Home
last modified time | relevance | path

Searched refs:xps_maps (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/networking/net_cachelines/
Dnet_device.rst119 struct_xps_dev_maps* xps_maps[2] read_mostly - …
/linux-6.12.1/net/core/
Ddev.c2479 RCU_INIT_POINTER(dev->xps_maps[type], NULL); in reset_xps_maps()
2491 dev_maps = xmap_dereference(dev->xps_maps[type]); in clean_xps_maps()
2619 dev_maps = xmap_dereference(dev->xps_maps[type]); in __netif_set_xps_queue()
2708 rcu_assign_pointer(dev->xps_maps[type], new_dev_maps); in __netif_set_xps_queue()
4230 dev_maps = rcu_dereference(sb_dev->xps_maps[XPS_RXQS]); in get_xps_queue()
4241 dev_maps = rcu_dereference(sb_dev->xps_maps[XPS_CPUS]); in get_xps_queue()
11977 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, xps_maps); in net_dev_struct_check()
Dnet-sysfs.c1544 dev_maps = rcu_dereference(dev->xps_maps[type]); in xps_queue_show()
/linux-6.12.1/include/linux/
Dnetdevice.h2046 struct xps_dev_maps __rcu *xps_maps[XPS_MAPS_MAX]; member