Searched refs:NCHHASH (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | vfs_cache.c | 557 #define NCHHASH(hash) \ macro 625 CK_SLIST_FOREACH(ncp, NCHHASH(hash), nc_hash) { in cache_ncp_find() 976 return (NCHHASH(hash)); in NCP2BUCKET() 1455 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_neg_promote_cond() 1626 CK_SLIST_FOREACH(ncp2, (NCHHASH(hash)), nc_hash) { in cache_neg_evict() 1815 CK_SLIST_FOREACH(rncp, (NCHHASH(hash)), nc_hash) { in cache_zap_unlocked_bucket() 1919 if (CK_SLIST_EMPTY(NCHHASH(hash))) in cache_remove_cnp() 2708 CK_SLIST_INSERT_HEAD(NCHHASH(hash), ncp, nc_hash); in cache_enter_time() 3134 if (CK_SLIST_EMPTY(NCHHASH(hash))) in cache_validate()
|