Lines Matching refs:ncpp
946 struct nchashhead *ncpp; in sysctl_debug_hashstat_rawnchash() local
962 for (ncpp = nchashtbl, i = 0; i < n_nchash; ncpp++, i++) in sysctl_debug_hashstat_rawnchash()
963 CK_SLIST_FOREACH(ncp, ncpp, nc_hash) in sysctl_debug_hashstat_rawnchash()
980 struct nchashhead *ncpp; in sysctl_debug_hashstat_nchash() local
994 for (ncpp = nchashtbl; n_nchash > 0; n_nchash--, ncpp++) { in sysctl_debug_hashstat_nchash()
996 CK_SLIST_FOREACH(ncp, ncpp, nc_hash) { in sysctl_debug_hashstat_nchash()
1445 struct nchashhead *ncpp; in cache_zap_locked() local
1458 ncpp = NCP2BUCKET(ncp); in cache_zap_locked()
1459 CK_SLIST_REMOVE(ncpp, ncp, namecache, nc_hash); in cache_zap_locked()
2287 struct nchashhead *ncpp; in cache_enter_time() local
2356 ncpp = NCHHASH(hash); in cache_enter_time()
2357 CK_SLIST_FOREACH(n2, ncpp, nc_hash) { in cache_enter_time()
2462 CK_SLIST_INSERT_HEAD(ncpp, ncp, nc_hash); in cache_enter_time()