Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dbloom_filter.c16 u32 bitset_mask; member
40 return h & bloom->bitset_mask; in hash()
87 u32 bitset_bytes, bitset_mask, nr_hash_funcs, nr_bits; in bloom_map_alloc() local
128 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