Home
last modified time | relevance | path

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

/linux/mm/
H A Dhugetlb_cma.h11 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 Dhugetlb_cma.c99 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 Dhugetlb.c3079 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()