Lines Matching refs:page_pool
15 /* These fields in struct page are used by the page_pool and net stack:
19 * struct page_pool *pp;
25 * We mirror the page_pool fields here so the page_pool can access these
35 struct page_pool *pp;
107 struct page_pool *pp;
127 * the page_pool can access these fields without worrying whether the
302 * __netmem_get_pp - unsafely get pointer to the &page_pool backing @netmem
310 * Return: pointer to the &page_pool (garbage if @netmem is not page-backed).
312 static inline struct page_pool *__netmem_get_pp(netmem_ref netmem)
317 static inline struct page_pool *netmem_get_pp(netmem_ref netmem)