Searched refs:__alloc_pages (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| A D | gfp.h | 524 struct page *__alloc_pages(gfp_t gfp, unsigned int order, int preferred_nid, 570 return __alloc_pages(gfp_mask, order, nid, NULL); in __alloc_pages_node()
|
| /linux/mm/ |
| A D | mempolicy.c | 2036 page = __alloc_pages(gfp, order, nid, NULL); in alloc_page_interleave() 2062 page = __alloc_pages(preferred_gfp, order, nid, &pol->nodes); in alloc_pages_preferred_many() 2064 page = __alloc_pages(gfp, order, numa_node_id(), NULL); in alloc_pages_preferred_many() 2143 page = __alloc_pages(gfp, order, hpage_node, nmask); in alloc_pages_vma() 2151 page = __alloc_pages(gfp, order, preferred_nid, nmask); in alloc_pages_vma() 2190 page = __alloc_pages(gfp, order, in alloc_pages()
|
| A D | page_alloc.c | 5315 page = __alloc_pages(gfp, 0, preferred_nid, nodemask); in __alloc_pages_bulk() 5331 struct page *__alloc_pages(gfp_t gfp, unsigned int order, int preferred_nid, in __alloc_pages() function 5395 EXPORT_SYMBOL(__alloc_pages); 5400 struct page *page = __alloc_pages(gfp | __GFP_COMP, order, in __folio_alloc()
|
| A D | migrate.c | 1633 new_page = __alloc_pages(gfp_mask, order, nid, mtc->nmask); in alloc_migration_target()
|
| A D | hugetlb.c | 1914 page = __alloc_pages(gfp_mask, order, nid, nmask); in alloc_buddy_huge_page()
|
| /linux/Documentation/admin-guide/mm/ |
| A D | transhuge.rst | 405 tracer to record how long was spent in __alloc_pages() and
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| A D | cpusets.rst | 287 code of __alloc_pages() for this metric reduces to simply noticing
|
| /linux/ |
| A D | vmlinux.symvers | 9938 0x00000000 __alloc_pages vmlinux EXPORT_SYMBOL
|
| A D | System.map | 7410 ffff8000101ed330 T __alloc_pages
|
| A D | .tmp_System.map | 7410 ffff8000101ed330 T __alloc_pages
|
Completed in 1041 milliseconds