Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
H A Dhugetlbpage.c114 list_add(&m->list, &huge_boot_pages[0]); in pseries_alloc_bootmem_huge_page()
/linux/include/linux/
H A Dhugetlb.h175 extern struct list_head huge_boot_pages[MAX_NUMNODES];
/linux/mm/
H A Dhugetlb.c63 __initdata struct list_head huge_boot_pages[MAX_NUMNODES]; variable
3194 list_add(&m->list, &huge_boot_pages[node]); in __alloc_bootmem_huge_page()
3276 list_for_each_entry(m, &huge_boot_pages[nid], list) { in gather_bootmem_prealloc_node()
3499 INIT_LIST_HEAD(&huge_boot_pages[i]); in hugetlb_hstate_alloc_pages()