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

/linux-master/arch/powerpc/mm/
H A Dhugetlbpage.c200 * huge_boot_pages list is ready on pseries.
229 list_add(&m->list, &huge_boot_pages[0]);
/linux-master/include/linux/
H A Dhugetlb.h181 extern struct list_head huge_boot_pages[MAX_NUMNODES];
/linux-master/mm/
H A Dhugetlb.c72 __initdata struct list_head huge_boot_pages[MAX_NUMNODES]; variable in typeref:struct:list_head
3342 list_add(&m->list, &huge_boot_pages[node]);
3423 list_for_each_entry(m, &huge_boot_pages[nid], list) {
3636 /* hugetlb_hstate_alloc_pages will be called many times, initialize huge_boot_pages once */
3641 INIT_LIST_HEAD(&huge_boot_pages[i]);

Completed in 141 milliseconds