Searched refs:new_dev_maps (Results 1 – 1 of 1) sorted by relevance
2597 struct xps_dev_maps *new_dev_maps, int index, in xps_copy_dev_maps() argument2610 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map); in xps_copy_dev_maps()2618 struct xps_dev_maps *dev_maps, *new_dev_maps = NULL, *old_dev_maps = NULL; in __netif_set_xps_queue() local2670 if (!new_dev_maps) { in __netif_set_xps_queue()2671 new_dev_maps = kzalloc(maps_sz, GFP_KERNEL); in __netif_set_xps_queue()2672 if (!new_dev_maps) { in __netif_set_xps_queue()2677 new_dev_maps->nr_ids = nr_ids; in __netif_set_xps_queue()2678 new_dev_maps->num_tc = num_tc; in __netif_set_xps_queue()2688 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map); in __netif_set_xps_queue()2691 if (!new_dev_maps) in __netif_set_xps_queue()[all …]