Home
last modified time | relevance | path

Searched refs:PP_ALLOC_CACHE_REFILL (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/page_pool/
H A Dtypes.h57 #define PP_ALLOC_CACHE_REFILL 4 macro
59 #define PP_ALLOC_CACHE_REFILL 16 macro
61 #define PP_ALLOC_CACHE_REFILL 64 macro
64 #define PP_ALLOC_CACHE_SIZE (PP_ALLOC_CACHE_REFILL * 2)
/linux/net/core/
H A Dpage_pool.c424 } while (pool->alloc.count < PP_ALLOC_CACHE_REFILL); in page_pool_refill_alloc_cache()
598 const int bulk = PP_ALLOC_CACHE_REFILL; in __page_pool_alloc_netmems_slow()
/linux/io_uring/
H A Dzcrx.c1098 unsigned to_alloc = PP_ALLOC_CACHE_REFILL; in io_pp_zc_alloc_netmems()