Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c627 STATNODE_COUNTER(neghits, numneghits, "Number of cache hits (negative)");
1077 long poshits, neghits, miss, total; in sysctl_hitpct() local
1081 neghits = counter_u64_fetch(numneghits); in sysctl_hitpct()
1083 total = poshits + neghits + miss; in sysctl_hitpct()
1087 pct = ((poshits + neghits) * 100) / total; in sysctl_hitpct()