Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dbench.c56 long total = res->false_hits + res->hits + res->drops; in false_hits_report_progress()
62 res->false_hits, total, ((float)res->false_hits / total) * 100); in false_hits_report_progress()
72 total_false_hits += res[i].false_hits; in false_hits_report_final()
A Dbench.h36 long false_hits; member
/linux/tools/testing/selftests/bpf/benchs/
A Dbench_bloom_filter_map.c412 res->false_hits = total_false_hits - last_false_hits; in measure()

Completed in 6 milliseconds