Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h682 struct xps_map { struct
688 #define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16))) argument
689 #define XPS_MIN_MAP_ALLOC ((L1_CACHE_BYTES - sizeof(struct xps_map)) \
697 struct xps_map __rcu *cpu_map[0];
700 (nr_cpu_ids * sizeof(struct xps_map *)))