Home
last modified time | relevance | path

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

/openbmc/linux/include/net/page_pool/
H A Dtypes.h39 #define PP_ALLOC_CACHE_SIZE 128 macro
43 struct page *cache[PP_ALLOC_CACHE_SIZE];
/openbmc/linux/net/core/
H A Dpage_pool.c573 if (unlikely(pool->alloc.count == PP_ALLOC_CACHE_SIZE)) { in page_pool_recycle_in_cache()