Home
last modified time | relevance | path

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

/linux/include/net/page_pool/
H A Dtypes.h55 #define PP_ALLOC_CACHE_REFILL 64 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.c958 entries = min_t(unsigned, entries, PP_ALLOC_CACHE_REFILL); in io_zcrx_ring_refill()
993 while (area->free_count && pp->alloc.count < PP_ALLOC_CACHE_REFILL) { in io_zcrx_refill_slow()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c667 PP_ALLOC_CACHE_REFILL * PAGE_SIZE); in mlx5e_rx_compute_wqe_bulk_params()