Searched refs:ncpp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/sys/kern/ |
| HD | vfs_cache.c | 1165 struct nchashhead *ncpp; in sysctl_debug_hashstat_rawnchash() local 1181 for (ncpp = nchashtbl, i = 0; i < n_nchash; ncpp++, i++) in sysctl_debug_hashstat_rawnchash() 1182 CK_SLIST_FOREACH(ncp, ncpp, nc_hash) in sysctl_debug_hashstat_rawnchash() 1199 struct nchashhead *ncpp; in sysctl_debug_hashstat_nchash() local 1213 for (ncpp = nchashtbl; n_nchash > 0; n_nchash--, ncpp++) { in sysctl_debug_hashstat_nchash() 1215 CK_SLIST_FOREACH(ncp, ncpp, nc_hash) { in sysctl_debug_hashstat_nchash() 1663 struct nchashhead *ncpp; in cache_zap_locked() local 1676 ncpp = NCP2BUCKET(ncp); in cache_zap_locked() 1677 CK_SLIST_REMOVE(ncpp, ncp, namecache, nc_hash); in cache_zap_locked()
|