Searched refs:bsize_max (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/net/netfilter/ |
D | nft_set_pipapo.c | 432 res_map = *raw_cpu_ptr(m->scratch) + (map_index ? m->bsize_max : 0); in nft_pipapo_lookup() 433 fill_map = *raw_cpu_ptr(m->scratch) + (map_index ? 0 : m->bsize_max); in nft_pipapo_lookup() 435 memset(res_map, 0xff, m->bsize_max * sizeof(*res_map)); in nft_pipapo_lookup() 525 res_map = kmalloc_array(m->bsize_max, sizeof(*res_map), GFP_ATOMIC); in pipapo_get() 531 fill_map = kcalloc(m->bsize_max, sizeof(*res_map), GFP_ATOMIC); in pipapo_get() 537 memset(res_map, 0xff, m->bsize_max * sizeof(*res_map)); in pipapo_get() 1112 unsigned long bsize_max) argument 1122 scratch = kzalloc_node(bsize_max * sizeof(*scratch) * 2 + 1171 int i, bsize_max, err = 0; local 1228 bsize_max = m->bsize_max; [all …]
|
D | nft_set_pipapo.h | 148 size_t bsize_max; member
|
D | nft_set_pipapo_avx2.c | 1151 res = scratch + (map_index ? m->bsize_max : 0); in nft_pipapo_avx2_lookup() 1152 fill = scratch + (map_index ? 0 : m->bsize_max); in nft_pipapo_avx2_lookup()
|