Home
last modified time | relevance | path

Searched refs:__alloc_pages (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dgfp.h177 struct page *__alloc_pages(gfp_t gfp, unsigned int order, int preferred_nid,
237 return __alloc_pages(gfp_mask, order, nid, NULL); in __alloc_pages_node()
/openbmc/linux/mm/
H A Dmempolicy.c2120 page = __alloc_pages(gfp, order, nid, NULL); in alloc_page_interleave()
2146 page = __alloc_pages(preferred_gfp, order, nid, &pol->nodes); in alloc_pages_preferred_many()
2148 page = __alloc_pages(gfp, order, nid, NULL); in alloc_pages_preferred_many()
2281 page = __alloc_pages(gfp, order, in alloc_pages()
H A Dpage_alloc.c4398 page = __alloc_pages(gfp, 0, preferred_nid, nodemask); in __alloc_pages_bulk()
4414 struct page *__alloc_pages(gfp_t gfp, unsigned int order, int preferred_nid, in __alloc_pages()
4477 EXPORT_SYMBOL(__alloc_pages);
4482 struct page *page = __alloc_pages(gfp | __GFP_COMP, order, in __folio_alloc()
5626 * pages are left in the zone after a successful __alloc_pages().
4413 struct page *__alloc_pages(gfp_t gfp, unsigned int order, int preferred_nid, __alloc_pages() function
H A Dhugetlb.c2134 page = __alloc_pages(gfp_mask, order, nid, nmask); in alloc_buddy_hugetlb_folio()
/openbmc/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst409 tracer to record how long was spent in __alloc_pages() and
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dcpusets.rst287 code of __alloc_pages() for this metric reduces to simply noticing