Home
last modified time | relevance | path

Searched refs:NCHHASH (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_cache.c520 #define NCHHASH(hash) \ macro
922 return (NCHHASH(hash)); in NCP2BUCKET()
1381 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_neg_promote_cond()
1553 CK_SLIST_FOREACH(ncp2, (NCHHASH(hash)), nc_hash) { in cache_neg_evict()
1849 if (CK_SLIST_EMPTY(NCHHASH(hash))) in cache_remove_cnp()
1854 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_remove_cnp()
2055 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_lookup_fallback()
2150 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_lookup()
2550 ncpp = NCHHASH(hash); in cache_enter_time()
3082 if (CK_SLIST_EMPTY(NCHHASH(hash))) in cache_validate()
[all …]