Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdevice.h721 #define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16))) macro
/linux-4.4.14/net/core/
Ddev.c2017 new_map = kzalloc_node(XPS_MAP_SIZE(alloc_len), GFP_KERNEL, in expand_xps_map()