Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Ddev.c2071 static bool remove_xps_queue(struct xps_dev_maps *dev_maps, in remove_xps_queue() argument
2077 if (dev_maps) in remove_xps_queue()
2078 map = xmap_dereference(dev_maps->attr_map[tci]); in remove_xps_queue()
2091 RCU_INIT_POINTER(dev_maps->attr_map[tci], NULL); in remove_xps_queue()
2100 struct xps_dev_maps *dev_maps, in remove_xps_queue_cpu() argument
2111 if (!remove_xps_queue(dev_maps, tci, j)) in remove_xps_queue_cpu()
2122 struct xps_dev_maps *dev_maps, in reset_xps_maps() argument
2132 kfree_rcu(dev_maps, rcu); in reset_xps_maps()
2136 struct xps_dev_maps *dev_maps, unsigned int nr_ids, in clean_xps_maps() argument
2144 active |= remove_xps_queue_cpu(dev, dev_maps, j, offset, in clean_xps_maps()
[all …]
Dnet-sysfs.c1237 struct xps_dev_maps *dev_maps; in xps_cpus_show() local
1264 dev_maps = rcu_dereference(dev->xps_cpus_map); in xps_cpus_show()
1265 if (dev_maps) { in xps_cpus_show()
1270 map = rcu_dereference(dev_maps->attr_map[tci]); in xps_cpus_show()
1327 struct xps_dev_maps *dev_maps; in xps_rxqs_show() local
1344 dev_maps = rcu_dereference(dev->xps_rxqs_map); in xps_rxqs_show()
1345 if (!dev_maps) in xps_rxqs_show()
1353 map = rcu_dereference(dev_maps->attr_map[tci]); in xps_rxqs_show()