Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
Ddev.c2450 static bool remove_xps_queue(struct xps_dev_maps *dev_maps, in remove_xps_queue() argument
2456 if (dev_maps) in remove_xps_queue()
2457 map = xmap_dereference(dev_maps->attr_map[tci]); in remove_xps_queue()
2470 RCU_INIT_POINTER(dev_maps->attr_map[tci], NULL); in remove_xps_queue()
2479 struct xps_dev_maps *dev_maps, in remove_xps_queue_cpu() argument
2490 if (!remove_xps_queue(dev_maps, tci, j)) in remove_xps_queue_cpu()
2501 struct xps_dev_maps *dev_maps, in reset_xps_maps() argument
2511 kfree_rcu(dev_maps, rcu); in reset_xps_maps()
2515 struct xps_dev_maps *dev_maps, unsigned int nr_ids, in clean_xps_maps() argument
2523 active |= remove_xps_queue_cpu(dev, dev_maps, j, offset, in clean_xps_maps()
[all …]
Dnet-sysfs.c1377 struct xps_dev_maps *dev_maps; in xps_cpus_show() local
1413 dev_maps = rcu_dereference(dev->xps_cpus_map); in xps_cpus_show()
1414 if (dev_maps) { in xps_cpus_show()
1419 map = rcu_dereference(dev_maps->attr_map[tci]); in xps_cpus_show()
1489 struct xps_dev_maps *dev_maps; in xps_rxqs_show() local
1512 dev_maps = rcu_dereference(dev->xps_rxqs_map); in xps_rxqs_show()
1513 if (!dev_maps) in xps_rxqs_show()
1521 map = rcu_dereference(dev_maps->attr_map[tci]); in xps_rxqs_show()