Searched refs:xps_maps (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/core/
H A Dnet-sysfs.c1540 dev_maps = rcu_dereference(dev->xps_maps[type]);
H A Ddev.c2475 RCU_INIT_POINTER(dev->xps_maps[type], NULL);
2487 dev_maps = xmap_dereference(dev->xps_maps[type]);
2615 dev_maps = xmap_dereference(dev->xps_maps[type]);
2704 rcu_assign_pointer(dev->xps_maps[type], new_dev_maps);
4184 dev_maps = rcu_dereference(sb_dev->xps_maps[XPS_RXQS]);
4195 dev_maps = rcu_dereference(sb_dev->xps_maps[XPS_CPUS]);
11784 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, xps_maps);
/linux-master/include/linux/
H A Dnetdevice.h732 /* XPS map type and offset of the xps map within net_device->xps_maps[]. */
1910 * @xps_maps: all CPUs/RXQs maps for XPS device
1912 * @xps_maps: XXX: need comments on this one
2060 struct xps_dev_maps __rcu *xps_maps[XPS_MAPS_MAX]; member in struct:net_device

Completed in 283 milliseconds