Searched refs:bitset_mask (Results 1 – 1 of 1) sorted by relevance
16 u32 bitset_mask; member40 return h & bloom->bitset_mask; in hash()87 u32 bitset_bytes, bitset_mask, nr_hash_funcs, nr_bits; in bloom_map_alloc() local128 bitset_mask = U32_MAX; in bloom_map_alloc()135 bitset_mask = nr_bits - 1; in bloom_map_alloc()147 bloom->bitset_mask = bitset_mask; in bloom_map_alloc()
Completed in 3 milliseconds