Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h718 struct xps_map { struct
724 #define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16))) argument
725 #define XPS_MIN_MAP_ALLOC ((L1_CACHE_ALIGN(offsetof(struct xps_map, queues[1])) \
726 - sizeof(struct xps_map)) / sizeof(u16))
733 struct xps_map __rcu *cpu_map[0];
736 (nr_cpu_ids * sizeof(struct xps_map *)))