Searched refs:bsize_max (Results 1 – 3 of 3) sorted by relevance
1107 unsigned long bsize_max) argument1166 int i, bsize_max, err = 0; local1223 bsize_max = m->bsize_max;1237 if (f->bsize > bsize_max)1238 bsize_max = f->bsize;1246 if (!*get_cpu_ptr(m->scratch) || bsize_max > m->bsize_max) {1249 err = pipapo_realloc_scratch(m, bsize_max);1253 m->bsize_max = bsize_max;1283 new->bsize_max = old->bsize_max;1297 if (pipapo_realloc_scratch(new, old->bsize_max))[all …]
148 size_t bsize_max; member
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()
Completed in 10 milliseconds