Searched refs:node_exact (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/ |
| H A D | hugetlb_cma.h | 11 void *hugetlb_cma_alloc_bootmem(struct hstate *h, int nid, bool node_exact); 28 bool node_exact) in hugetlb_cma_alloc_bootmem() argument
|
| H A D | hugetlb_cma.c | 99 void * __init hugetlb_cma_alloc_bootmem(struct hstate *h, int nid, bool node_exact) in hugetlb_cma_alloc_bootmem() argument 107 if (m || node_exact) in hugetlb_cma_alloc_bootmem()
|
| H A D | hugetlb.c | 3079 static __init void *alloc_bootmem(struct hstate *h, int nid, bool node_exact) in alloc_bootmem() argument 3082 return hugetlb_cma_alloc_bootmem(h, nid, node_exact); in alloc_bootmem() 3084 return memblock_alloc_hugetlb(huge_page_size(h), nid, node_exact); in alloc_bootmem()
|