Searched refs:new_dev_maps (Results 1 – 1 of 1) sorted by relevance
2566 struct xps_dev_maps *new_dev_maps, int index, in xps_copy_dev_maps() argument2579 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map); in xps_copy_dev_maps()2587 struct xps_dev_maps *dev_maps, *new_dev_maps = NULL, *old_dev_maps = NULL; in __netif_set_xps_queue() local2639 if (!new_dev_maps) { in __netif_set_xps_queue()2640 new_dev_maps = kzalloc(maps_sz, GFP_KERNEL); in __netif_set_xps_queue()2641 if (!new_dev_maps) { in __netif_set_xps_queue()2646 new_dev_maps->nr_ids = nr_ids; in __netif_set_xps_queue()2647 new_dev_maps->num_tc = num_tc; in __netif_set_xps_queue()2657 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map); in __netif_set_xps_queue()2660 if (!new_dev_maps) in __netif_set_xps_queue()[all …]