Lines Matching refs:ncpp
1049 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
2483 ncpp = NCHHASH(hash); in cache_enter_time()
2484 CK_SLIST_FOREACH(n2, ncpp, nc_hash) { in cache_enter_time()
2589 CK_SLIST_INSERT_HEAD(ncpp, ncp, nc_hash); in cache_enter_time()