Searched refs:hashmap_use_bloom (Results 1 – 2 of 2) sorted by relevance
57 const volatile bool hashmap_use_bloom; variable128 if (hashmap_use_bloom) { in bloom_hashmap_lookup()146 if (hashmap_use_bloom && count_false_hits) in bloom_hashmap_lookup()
14 bool hashmap_use_bloom; member178 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