Home
last modified time | relevance | path

Searched refs:huge_boot_pages (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/powerpc/mm/
Dhugetlbpage.c114 list_add(&m->list, &huge_boot_pages[0]); in pseries_alloc_bootmem_huge_page()
/linux-6.12.1/include/linux/
Dhugetlb.h175 extern struct list_head huge_boot_pages[MAX_NUMNODES];
/linux-6.12.1/mm/
Dhugetlb.c62 __initdata struct list_head huge_boot_pages[MAX_NUMNODES]; variable
3160 list_add(&m->list, &huge_boot_pages[node]); in __alloc_bootmem_huge_page()
3242 list_for_each_entry(m, &huge_boot_pages[nid], list) { in gather_bootmem_prealloc_node()
3460 INIT_LIST_HEAD(&huge_boot_pages[i]); in hugetlb_hstate_alloc_pages()