Searched refs:STATNODE_COUNTER (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_cache.c | 456 #define STATNODE_COUNTER(name, varname, descr) \ macro 464 STATNODE_COUNTER(dothits, dothits, "Number of '.' hits"); 465 STATNODE_COUNTER(dotdothis, dotdothits, "Number of '..' hits"); 466 STATNODE_COUNTER(miss, nummiss, "Number of cache misses"); 467 STATNODE_COUNTER(misszap, nummisszap, "Number of cache misses we do not want to cache"); 468 STATNODE_COUNTER(posszaps, numposzaps, 470 STATNODE_COUNTER(poshits, numposhits, "Number of cache hits (positive)"); 471 STATNODE_COUNTER(negzaps, numnegzaps, 473 STATNODE_COUNTER(neghits, numneghits, "Number of cache hits (negative)"); 475 STATNODE_COUNTER(fullpathcalls, numfullpathcalls, "Number of fullpath search calls"); [all …]
|