Home
last modified time | relevance | path

Searched refs:ncpp (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sys/kern/
HDvfs_cache.c1049 struct nchashhead *ncpp; in sysctl_debug_hashstat_rawnchash() local
1065 for (ncpp = nchashtbl, i = 0; i < n_nchash; ncpp++, i++) in sysctl_debug_hashstat_rawnchash()
1066 CK_SLIST_FOREACH(ncp, ncpp, nc_hash) in sysctl_debug_hashstat_rawnchash()
1083 struct nchashhead *ncpp; in sysctl_debug_hashstat_nchash() local
1097 for (ncpp = nchashtbl; n_nchash > 0; n_nchash--, ncpp++) { in sysctl_debug_hashstat_nchash()
1099 CK_SLIST_FOREACH(ncp, ncpp, nc_hash) { in sysctl_debug_hashstat_nchash()
1548 struct nchashhead *ncpp; in cache_zap_locked() local
1561 ncpp = NCP2BUCKET(ncp); in cache_zap_locked()
1562 CK_SLIST_REMOVE(ncpp, ncp, namecache, nc_hash); in cache_zap_locked()
2406 struct nchashhead *ncpp; in cache_enter_time() local
[all …]