Searched refs:fill_map (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c997 static void fill_map(char **map, int xdiv, int ydiv, struct tcm_area *a, function
1107 fill_map(map, xdiv, ydiv, &block->area,
1122 fill_map(map, xdiv, ydiv, &a,
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c260 * (fill_map in pipapo_lookup()) with the rule indices from the
415 unsigned long *res_map, *fill_map; local
435 fill_map = scratch->map + (map_index ? 0 : m->bsize_max);
458 * Now res_map contains the matching bitmap, and fill_map is the
462 b = pipapo_refill(res_map, f->bsize, f->rules, fill_map, f->mt,
489 * next field, and fill_map is guaranteed to be all-zeroes at
493 swap(res_map, fill_map);
526 unsigned long *res_map, *fill_map = NULL; local
539 fill_map = kcalloc(m->bsize_max, sizeof(*res_map), gfp);
540 if (!fill_map) {
[all...]

Completed in 201 milliseconds