Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbench.c40 long total = res->false_hits + res->hits + res->drops; in false_hits_report_progress()
46 res->false_hits, total, ((float)res->false_hits / total) * 100); in false_hits_report_progress()
56 total_false_hits += res[i].false_hits; in false_hits_report_final()
A Dbench.h42 long false_hits; member
/linux-6.3-rc2/tools/testing/selftests/bpf/benchs/
A Dbench_bloom_filter_map.c417 res->false_hits = total_false_hits - last_false_hits; in measure()

Completed in 7 milliseconds