Lines Matching defs:alloc_pages_exact
5304 * alloc_pages_exact - allocate an exact number physically-contiguous pages.
5318 void *alloc_pages_exact(size_t size, gfp_t gfp_mask)
5329 EXPORT_SYMBOL(alloc_pages_exact);
5338 * Like alloc_pages_exact(), but try to allocate on node nid first before falling
5358 * free_pages_exact - release memory allocated via alloc_pages_exact()
5359 * @virt: the value returned by alloc_pages_exact.
5360 * @size: size of allocation, same value as passed to alloc_pages_exact().
5362 * Release the memory allocated by a previous call to alloc_pages_exact.
8431 * alloc_pages_exact() automatically does
8433 table = alloc_pages_exact(size, gfp_flags);