Home
last modified time | relevance | path

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

/linux/include/net/page_pool/
H A Dhelpers.h14 * Basic use involves replacing any alloc_pages() calls with page_pool_alloc(),
163 static inline struct page *page_pool_alloc(struct page_pool *pool, in page_pool_alloc() function
188 return page_pool_alloc(pool, offset, size, gfp); in page_pool_dev_alloc()
198 page = page_pool_alloc(pool, &offset, size, gfp & ~__GFP_HIGHMEM); in page_pool_alloc_va()
211 * This is just a thin wrapper around the page_pool_alloc() API, and
/linux/Documentation/translations/zh_CN/networking/
H A Dnetmem.rst37 - page_pool_alloc -> page_pool_alloc_netmem
/linux/Documentation/networking/
H A Dnetmem.rst34 - page_pool_alloc -> page_pool_alloc_netmem
/linux/drivers/net/ethernet/renesas/
H A Dravb_main.c306 rx_buff->page = page_pool_alloc(priv->rx_pool[q], &rx_buff->offset, in ravb_alloc_rx_buffer()