Searched refs:clean_xps_maps (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 2514 static void clean_xps_maps(struct net_device *dev, const unsigned long *mask, in clean_xps_maps() function 2554 clean_xps_maps(dev, possible_mask, dev_maps, nr_ids, in netif_reset_xps_queues() 2566 clean_xps_maps(dev, possible_mask, dev_maps, nr_ids, offset, count, in netif_reset_xps_queues()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 2478 static void clean_xps_maps(struct net_device *dev, enum xps_map_type type, in clean_xps_maps() function 2511 clean_xps_maps(dev, XPS_RXQS, offset, count); in netif_reset_xps_queues() 2513 clean_xps_maps(dev, XPS_CPUS, offset, count); in netif_reset_xps_queues()
|
Completed in 26 milliseconds