Home
last modified time | relevance | path

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

/linux/include/net/page_pool/
H A Dtypes.h153 #define PAGE_POOL_FRAG_GROUP_ALIGN (4 * sizeof(long)) macro
173 __cacheline_group_begin_aligned(frag, PAGE_POOL_FRAG_GROUP_ALIGN);
177 __cacheline_group_end_aligned(frag, PAGE_POOL_FRAG_GROUP_ALIGN);
/linux/net/core/
H A Dpage_pool.c187 PAGE_POOL_FRAG_GROUP_ALIGN); in page_pool_struct_check()