Searched refs:new_dev_maps (Results 1 – 1 of 1) sorted by relevance
2811 struct xps_dev_maps *new_dev_maps, int index, in xps_copy_dev_maps() argument2824 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map); in xps_copy_dev_maps()2832 struct xps_dev_maps *dev_maps, *new_dev_maps = NULL, *old_dev_maps = NULL; in __netif_set_xps_queue() local2884 if (!new_dev_maps) { in __netif_set_xps_queue()2885 new_dev_maps = kzalloc(maps_sz, GFP_KERNEL); in __netif_set_xps_queue()2886 if (!new_dev_maps) { in __netif_set_xps_queue()2891 new_dev_maps->nr_ids = nr_ids; in __netif_set_xps_queue()2892 new_dev_maps->num_tc = num_tc; in __netif_set_xps_queue()2902 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map); in __netif_set_xps_queue()2905 if (!new_dev_maps) in __netif_set_xps_queue()[all …]