Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c612 #define STATNODE_COUNTER(name, varname, descr) \ macro
618 STATNODE_COUNTER(heldvnodes, numcachehv, "Number of namecache entries with vnodes held");
619 STATNODE_COUNTER(drops, numdrops, "Number of dropped entries due to reaching the limit");
620 STATNODE_COUNTER(miss, nummiss, "Number of cache misses");
621 STATNODE_COUNTER(misszap, nummisszap, "Number of cache misses we do not want to cache");
622 STATNODE_COUNTER(poszaps, numposzaps,
624 STATNODE_COUNTER(poshits, numposhits, "Number of cache hits (positive)");
625 STATNODE_COUNTER(negzaps, numnegzaps,
627 STATNODE_COUNTER(neghits, numneghits, "Number of cache hits (negative)");
629 STATNODE_COUNTER(fullpathcalls, numfullpathcalls, "Number of fullpath search calls");
[all …]