Searched refs:__alloc_pages_bulk (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dgfp.h183 unsigned long __alloc_pages_bulk(gfp_t gfp, int preferred_nid,
196 return __alloc_pages_bulk(gfp, numa_mem_id(), NULL, nr_pages, list, NULL);
202 return __alloc_pages_bulk(gfp, numa_mem_id(), NULL, nr_pages, NULL, page_array);
211 return __alloc_pages_bulk(gfp, nid, NULL, nr_pages, NULL, page_array);
/linux-master/mm/
H A Dmempolicy.c2363 nr_allocated = __alloc_pages_bulk(gfp,
2369 nr_allocated = __alloc_pages_bulk(gfp,
2419 nr_allocated = __alloc_pages_bulk(gfp, node, NULL, node_pages,
2454 * Calculate rounds/partial rounds to minimize __alloc_pages_bulk calls.
2482 nr_allocated = __alloc_pages_bulk(gfp, node, NULL, node_pages,
2506 nr_allocated = __alloc_pages_bulk(preferred_gfp, nid, &pol->nodes,
2510 nr_allocated += __alloc_pages_bulk(gfp, numa_node_id(), NULL,
2546 return __alloc_pages_bulk(gfp, nid, nodemask,
H A Dpage_alloc.c4368 * __alloc_pages_bulk - Allocate a number of order-0 pages to a list or array
4387 unsigned long __alloc_pages_bulk(gfp_t gfp, int preferred_nid, function
4534 EXPORT_SYMBOL_GPL(__alloc_pages_bulk); variable

Completed in 192 milliseconds