Searched refs:bsize_max (Results 1 – 3 of 3) sorted by relevance
437 res_map = map + (map_index ? m->bsize_max : 0); in pipapo_get_slow()438 fill_map = map + (map_index ? 0 : m->bsize_max); in pipapo_get_slow()1212 unsigned long bsize_max) argument1219 scratch = kvzalloc_node(struct_size(scratch, __map, bsize_max * 2) +1297 int i, bsize_max, err = 0; local1356 bsize_max = m->bsize_max;1373 if (f->bsize > bsize_max)1374 bsize_max = f->bsize;1382 if (!*get_cpu_ptr(m->scratch) || bsize_max > m->bsize_max) {1385 err = pipapo_realloc_scratch(m, bsize_max);[all …]
144 unsigned int bsize_max; member298 for (i = f->bsize; i < m->bsize_max; i++) in pipapo_resmap_init()
1117 for (i = f->bsize; i < m->bsize_max; i++)1155 res = map + (map_index ? m->bsize_max : 0); in pipapo_get_avx2() 1156 fill = map + (map_index ? 0 : m->bsize_max); in pipapo_get_avx2()