Home
last modified time | relevance | path

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

/net/core/
Ddev.c2457 static bool remove_xps_queue(struct xps_dev_maps *dev_maps, in remove_xps_queue() argument
2463 if (dev_maps) in remove_xps_queue()
2464 map = xmap_dereference(dev_maps->attr_map[tci]); in remove_xps_queue()
2477 RCU_INIT_POINTER(dev_maps->attr_map[tci], NULL); in remove_xps_queue()
2486 struct xps_dev_maps *dev_maps, in remove_xps_queue_cpu() argument
2497 if (!remove_xps_queue(dev_maps, tci, j)) in remove_xps_queue_cpu()
2508 struct xps_dev_maps *dev_maps, in reset_xps_maps() argument
2518 kfree_rcu(dev_maps, rcu); in reset_xps_maps()
2522 struct xps_dev_maps *dev_maps, unsigned int nr_ids, in clean_xps_maps() argument
2530 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()