Searched refs:ncpp (Results 1 – 1 of 1) sorted by relevance
| /src/sys/kern/ |
| H A D | vfs_cache.c | 1190 struct nchashhead *ncpp; in sysctl_debug_hashstat_rawnchash() local 1206 for (ncpp = nchashtbl, i = 0; i < n_nchash; ncpp++, i++) in sysctl_debug_hashstat_rawnchash() 1207 CK_SLIST_FOREACH(ncp, ncpp, nc_hash) in sysctl_debug_hashstat_rawnchash() 1224 struct nchashhead *ncpp; in sysctl_debug_hashstat_nchash() local 1238 for (ncpp = nchashtbl; n_nchash > 0; n_nchash--, ncpp++) { in sysctl_debug_hashstat_nchash() 1240 CK_SLIST_FOREACH(ncp, ncpp, nc_hash) { in sysctl_debug_hashstat_nchash() 1688 struct nchashhead *ncpp; in cache_zap_locked() local 1701 ncpp = NCP2BUCKET(ncp); in cache_zap_locked() 1702 CK_SLIST_REMOVE(ncpp, ncp, namecache, nc_hash); in cache_zap_locked()
|