Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dbloom_filter.c17 u32 bitset_mask; member
41 return h & bloom->bitset_mask; in hash()
93 u32 bitset_bytes, bitset_mask, nr_hash_funcs, nr_bits; in bloom_map_alloc() local
134 bitset_mask = U32_MAX; in bloom_map_alloc()
141 bitset_mask = nr_bits - 1; in bloom_map_alloc()
153 bloom->bitset_mask = bitset_mask; in bloom_map_alloc()

Completed in 4 milliseconds