Home
last modified time | relevance | path

Searched refs:dev_maps (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/core/
Ddev.c2114 static bool remove_xps_queue(struct xps_dev_maps *dev_maps, in remove_xps_queue() argument
2120 if (dev_maps) in remove_xps_queue()
2121 map = xmap_dereference(dev_maps->attr_map[tci]); in remove_xps_queue()
2134 RCU_INIT_POINTER(dev_maps->attr_map[tci], NULL); in remove_xps_queue()
2143 struct xps_dev_maps *dev_maps, in remove_xps_queue_cpu() argument
2154 if (!remove_xps_queue(dev_maps, tci, j)) in remove_xps_queue_cpu()
2165 struct xps_dev_maps *dev_maps, unsigned int nr_ids, in clean_xps_maps() argument
2173 active |= remove_xps_queue_cpu(dev, dev_maps, j, offset, in clean_xps_maps()
2186 kfree_rcu(dev_maps, rcu); in clean_xps_maps()
2194 struct xps_dev_maps *dev_maps; in netif_reset_xps_queues() local
[all …]
Dnet-sysfs.c1243 struct xps_dev_maps *dev_maps; in xps_cpus_show() local
1270 dev_maps = rcu_dereference(dev->xps_cpus_map); in xps_cpus_show()
1271 if (dev_maps) { in xps_cpus_show()
1276 map = rcu_dereference(dev_maps->attr_map[tci]); in xps_cpus_show()
1333 struct xps_dev_maps *dev_maps; in xps_rxqs_show() local
1351 dev_maps = rcu_dereference(dev->xps_rxqs_map); in xps_rxqs_show()
1352 if (!dev_maps) in xps_rxqs_show()
1360 map = rcu_dereference(dev_maps->attr_map[tci]); in xps_rxqs_show()