Searched refs:new_dev_maps (Results 1 – 1 of 1) sorted by relevance
2555 struct xps_dev_maps *new_dev_maps, int index, in xps_copy_dev_maps() argument2568 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map); in xps_copy_dev_maps()2576 struct xps_dev_maps *dev_maps, *new_dev_maps = NULL, *old_dev_maps = NULL; in __netif_set_xps_queue() local2628 if (!new_dev_maps) { in __netif_set_xps_queue()2629 new_dev_maps = kzalloc(maps_sz, GFP_KERNEL); in __netif_set_xps_queue()2630 if (!new_dev_maps) { in __netif_set_xps_queue()2635 new_dev_maps->nr_ids = nr_ids; in __netif_set_xps_queue()2636 new_dev_maps->num_tc = num_tc; in __netif_set_xps_queue()2646 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map); in __netif_set_xps_queue()2649 if (!new_dev_maps) in __netif_set_xps_queue()[all …]