Searched refs:bsize_max (Results 1 – 3 of 3) sorted by relevance
1165 unsigned long bsize_max) argument1269 int i, bsize_max, err = 0; local1328 bsize_max = m->bsize_max;1345 if (f->bsize > bsize_max)1346 bsize_max = f->bsize;1354 if (!*get_cpu_ptr(m->scratch) || bsize_max > m->bsize_max) {1357 err = pipapo_realloc_scratch(m, bsize_max);1361 m->bsize_max = bsize_max;1391 new->bsize_max = old->bsize_max;1400 if (pipapo_realloc_scratch(new, old->bsize_max))[all …]
147 unsigned int bsize_max; member299 for (i = f->bsize; i < m->bsize_max; i++) in pipapo_resmap_init()
1131 for (i = f->bsize; i < m->bsize_max; i++) in pipapo_resmap_init_avx2()1191 res = scratch->map + (map_index ? m->bsize_max : 0); in nft_pipapo_avx2_lookup()1192 fill = scratch->map + (map_index ? 0 : m->bsize_max); in nft_pipapo_avx2_lookup()
Completed in 10 milliseconds