Home
last modified time | relevance | path

Searched refs:new_map (Results 1 – 1 of 1) sorted by relevance

/net/core/
Ddev.c1861 struct xps_map *new_map; in expand_xps_map() local
1880 new_map = kzalloc_node(XPS_MAP_SIZE(alloc_len), GFP_KERNEL, in expand_xps_map()
1882 if (!new_map) in expand_xps_map()
1886 new_map->queues[i] = map->queues[i]; in expand_xps_map()
1887 new_map->alloc_len = alloc_len; in expand_xps_map()
1888 new_map->len = pos; in expand_xps_map()
1890 return new_map; in expand_xps_map()
1896 struct xps_map *map, *new_map; in netif_set_xps_queue() local
1960 new_map = xmap_dereference(new_dev_maps->cpu_map[cpu]); in netif_set_xps_queue()
1962 if (map && map != new_map) in netif_set_xps_queue()
[all …]