Searched refs:__alloc_pages (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | gfp.h | 177 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 D | mempolicy.c | 2120 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 D | page_alloc.c | 4398 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 D | hugetlb.c | 2134 page = __alloc_pages(gfp_mask, order, nid, nmask); in alloc_buddy_hugetlb_folio()
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | transhuge.rst | 409 tracer to record how long was spent in __alloc_pages() and
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cpusets.rst | 287 code of __alloc_pages() for this metric reduces to simply noticing
|