Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dpage_pool.h65 #define PP_ALLOC_CACHE_SIZE 128 macro
69 void *cache[PP_ALLOC_CACHE_SIZE];
/OK3568_Linux_fs/kernel/net/core/
H A Dpage_pool.c345 if (unlikely(pool->alloc.count == PP_ALLOC_CACHE_SIZE)) in page_pool_recycle_in_cache()