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