Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c378 #define numneglists (ncneghash + 1) macro
388 static struct neglist neglists[numneglists];
1080 for (i = 0; i < numneglists; i++) in sysctl_neg_hot()
1306 nl = &neglists[c % numneglists]; in cache_neg_evict_select_list()
2554 for (i = 0; i < numneglists; i++) { in nchinit()