Searched refs:total_false_hits (Results 1 – 2 of 2) sorted by relevance
67 long total_hits = 0, total_drops = 0, total_false_hits = 0, total_ops = 0; in false_hits_report_final() local72 total_false_hits += res[i].false_hits; in false_hits_report_final()75 total_ops = total_hits + total_false_hits + total_drops; in false_hits_report_final()78 total_false_hits, total_ops); in false_hits_report_final()80 ((float)total_false_hits / total_ops) * 100); in false_hits_report_final()
386 unsigned long total_hits = 0, total_drops = 0, total_false_hits = 0; in measure() local407 total_false_hits += s->stats[false_hit_key]; in measure()412 res->false_hits = total_false_hits - last_false_hits; in measure()416 last_false_hits = total_false_hits; in measure()
Completed in 4 milliseconds