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
59 #define PP_ALLOC_CACHE_REFILL 16
61 #define PP_ALLOC_CACHE_REFILL 64
64 #define PP_ALLOC_CACHE_SIZE (PP_ALLOC_CACHE_REFILL * 2)
55 #define PP_ALLOC_CACHE_REFILL global() macro
/linux/net/core/
H A Dpage_pool.c419 } while (pool->alloc.count < PP_ALLOC_CACHE_REFILL); in page_pool_refill_alloc_cache()
593 const int bulk = PP_ALLOC_CACHE_REFILL; in __page_pool_alloc_netmems_slow()
/linux/io_uring/
H A Dzcrx.c1096 unsigned to_alloc = PP_ALLOC_CACHE_REFILL; in io_pp_zc_alloc_netmems()