Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dbloom_filter_bench.c57 const volatile bool hashmap_use_bloom; variable
128 if (hashmap_use_bloom) { in bloom_hashmap_lookup()
146 if (hashmap_use_bloom && count_false_hits) in bloom_hashmap_lookup()
/linux/tools/testing/selftests/bpf/benchs/
A Dbench_bloom_filter_map.c14 bool hashmap_use_bloom; member
178 if (ctx.use_hashmap && !ctx.hashmap_use_bloom) in map_prepare_thread()
263 skel->rodata->hashmap_use_bloom = ctx.hashmap_use_bloom; in setup_skeleton()
335 ctx.hashmap_use_bloom = true; in false_positive_setup()
354 ctx.hashmap_use_bloom = true; in hashmap_with_bloom_setup()

Completed in 4 milliseconds