Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dbench.c41 long total = res->false_hits + res->hits + res->drops; in false_hits_report_progress()
47 res->false_hits, total, ((float)res->false_hits / total) * 100); in false_hits_report_progress()
57 total_false_hits += res[i].false_hits; in false_hits_report_final()
H A Dbench.h44 long false_hits; member
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c417 res->false_hits = total_false_hits - last_false_hits; in measure()