Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dbloom_filter_bench.c58 const volatile bool hashmap_use_bloom; variable
129 if (hashmap_use_bloom) { in bloom_hashmap_lookup()
147 if (hashmap_use_bloom && count_false_hits) in bloom_hashmap_lookup()
/linux-6.1.9/tools/testing/selftests/bpf/benchs/
Dbench_bloom_filter_map.c14 bool hashmap_use_bloom; member
183 if (ctx.use_hashmap && !ctx.hashmap_use_bloom) in map_prepare_thread()
268 skel->rodata->hashmap_use_bloom = ctx.hashmap_use_bloom; in setup_skeleton()
340 ctx.hashmap_use_bloom = true; in false_positive_setup()
359 ctx.hashmap_use_bloom = true; in hashmap_with_bloom_setup()