Searched refs:hugetlb_cma (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/mm/ |
D | hugetlb.c | 55 static struct cma *hugetlb_cma[MAX_NUMNODES]; variable 59 return cma_pages_valid(hugetlb_cma[page_to_nid(page)], page, in hugetlb_cma_page() 1373 if (cma_release(hugetlb_cma[page_to_nid(page)], page, 1 << order)) in free_gigantic_page() 1393 if (hugetlb_cma[nid]) { in alloc_gigantic_page() 1394 page = cma_alloc(hugetlb_cma[nid], nr_pages, in alloc_gigantic_page() 1402 if (node == nid || !hugetlb_cma[node]) in alloc_gigantic_page() 1405 page = cma_alloc(hugetlb_cma[node], nr_pages, in alloc_gigantic_page() 7597 &hugetlb_cma[nid], nid); in hugetlb_cma_reserve()
|
/Linux-v6.1/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1731 hugetlb_cma= [HW,CMA] The size of a CMA area used for allocation
|