Searched refs:neghits (Results 1 – 1 of 1) sorted by relevance
657 STATNODE_COUNTER(neghits, numneghits, "Number of cache hits (negative)");1107 long poshits, neghits, miss, total; in sysctl_hitpct() local1111 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()