Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c391 unsigned long total_hits = 0, total_drops = 0, total_false_hits = 0; in measure() local
410 total_hits += s->stats[hit_key]; in measure()
415 res->hits = total_hits - last_hits; in measure()
419 last_hits = total_hits; in measure()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbench.c51 long total_hits = 0, total_drops = 0, total_false_hits = 0, total_ops = 0; in false_hits_report_final() local
55 total_hits += res[i].hits; in false_hits_report_final()
59 total_ops = total_hits + total_false_hits + total_drops; in false_hits_report_final()