Lines Matching full:allocate
15 * which allocate memory with or without page splitting depending on the
22 * 1. page_pool_alloc_pages(): allocate memory without page splitting when
27 * 2. page_pool_alloc_frag(): allocate memory with page splitting when driver
83 * page_pool_dev_alloc_pages() - allocate a page.
84 * @pool: pool from which to allocate
96 * page_pool_dev_alloc_frag() - allocate a page fragment.
97 * @pool: pool from which to allocate
145 * page_pool_dev_alloc() - allocate a page or a page fragment.
146 * @pool: pool from which to allocate
151 * depending on the requested size in order to allocate memory with least memory
181 * page_pool_dev_alloc_va() - allocate a page or a page fragment and return its
183 * @pool: pool from which to allocate