Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H 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()
H A Dbench.h43 long false_hits; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c417 res->false_hits = total_false_hits - last_false_hits; in measure()

Completed in 2 milliseconds