Searched refs:new_map (Results 1 – 1 of 1) sorted by relevance
2589 struct xps_map *new_map; in expand_xps_map() local2611 new_map = kzalloc(XPS_MAP_SIZE(alloc_len), GFP_KERNEL); in expand_xps_map()2613 new_map = kzalloc_node(XPS_MAP_SIZE(alloc_len), GFP_KERNEL, in expand_xps_map()2615 if (!new_map) in expand_xps_map()2619 new_map->queues[i] = map->queues[i]; in expand_xps_map()2620 new_map->alloc_len = alloc_len; in expand_xps_map()2621 new_map->len = pos; in expand_xps_map()2623 return new_map; in expand_xps_map()2634 struct xps_map *map, *new_map; in __netif_set_xps_queue() local2762 new_map = xmap_dereference(new_dev_maps->attr_map[tci]); in __netif_set_xps_queue()[all …]