Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c356 #define NCHHASH(hash) \ macro
752 return (NCHHASH(hash)); in NCP2BUCKET()
1211 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_neg_promote_cond()
1383 CK_SLIST_FOREACH(ncp2, (NCHHASH(hash)), nc_hash) { in cache_neg_evict()
1659 if (CK_SLIST_EMPTY(NCHHASH(hash))) in cache_remove_cnp()
1664 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_remove_cnp()
1867 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_lookup_fallback()
1963 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_lookup()
2356 ncpp = NCHHASH(hash); in cache_enter_time()
2797 if (CK_SLIST_EMPTY(NCHHASH(hash))) in cache_validate()
[all …]