Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDvfs_cache.c541 STATNODE_COUNTER(poshits, numposhits, "Number of cache hits (positive)");
994 long poshits, neghits, miss, total; in sysctl_hitpct() local
997 poshits = counter_u64_fetch(numposhits); in sysctl_hitpct()
1000 total = poshits + neghits + miss; in sysctl_hitpct()
1004 pct = ((poshits + neghits) * 100) / total; in sysctl_hitpct()