Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dpage_pool.h54 #define PP_ALLOC_CACHE_SIZE 128 macro
58 void *cache[PP_ALLOC_CACHE_SIZE];
/Linux-v5.4/net/core/
Dpage_pool.c278 if (unlikely(pool->alloc.count == PP_ALLOC_CACHE_SIZE)) in __page_pool_recycle_direct()