Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbloom_filter_bench.c59 const volatile bool count_false_hits; variable
147 if (hashmap_use_bloom && count_false_hits) in bloom_hashmap_lookup()
/linux-6.12.1/tools/testing/selftests/bpf/benchs/
Dbench_bloom_filter_map.c15 bool count_false_hits; member
269 skel->rodata->count_false_hits = ctx.count_false_hits; in setup_skeleton()
341 ctx.count_false_hits = true; in false_positive_setup()