Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c657 STATNODE_COUNTER(neghits, numneghits, "Number of cache hits (negative)");
1107 long poshits, neghits, miss, total; in sysctl_hitpct() local
1111 neghits = counter_u64_fetch(numneghits); in sysctl_hitpct()
1113 total = poshits + neghits + miss; in sysctl_hitpct()
1117 pct = ((poshits + neghits) * 100) / total; in sysctl_hitpct()