Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/benchs/
Dbench_bloom_filter_map.c391 unsigned long total_hits = 0, total_drops = 0, total_false_hits = 0; in measure() local
412 total_false_hits += s->stats[false_hit_key]; in measure()
417 res->false_hits = total_false_hits - last_false_hits; in measure()
421 last_false_hits = total_false_hits; in measure()
/linux-6.12.1/tools/testing/selftests/bpf/
Dbench.c52 long total_hits = 0, total_drops = 0, total_false_hits = 0, total_ops = 0; in false_hits_report_final() local
57 total_false_hits += res[i].false_hits; in false_hits_report_final()
60 total_ops = total_hits + total_false_hits + total_drops; in false_hits_report_final()
63 total_false_hits, total_ops); in false_hits_report_final()
65 ((float)total_false_hits / total_ops) * 100); in false_hits_report_final()