Searched refs:bitset_bytes (Results 1 – 1 of 1) sorted by relevance
93 u32 bitset_bytes, bitset_mask, nr_hash_funcs, nr_bits; in bloom_map_alloc() local133 bitset_bytes = BITS_TO_BYTES(U32_MAX); in bloom_map_alloc()140 bitset_bytes = BITS_TO_BYTES(nr_bits); in bloom_map_alloc()144 bitset_bytes = roundup(bitset_bytes, sizeof(unsigned long)); in bloom_map_alloc()145 bloom = bpf_map_area_alloc(sizeof(*bloom) + bitset_bytes, numa_node); in bloom_map_alloc()