Searched refs:hugetlb_cma (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/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() 1521 if (cma_release(hugetlb_cma[page_to_nid(page)], page, 1 << order)) in free_gigantic_page() 1541 if (hugetlb_cma[nid]) { in alloc_gigantic_page() 1542 page = cma_alloc(hugetlb_cma[nid], nr_pages, in alloc_gigantic_page() 1550 if (node == nid || !hugetlb_cma[node]) in alloc_gigantic_page() 1553 page = cma_alloc(hugetlb_cma[node], nr_pages, in alloc_gigantic_page() 7589 &hugetlb_cma[nid], nid); in hugetlb_cma_reserve()
|
/linux-6.1.9/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1731 hugetlb_cma= [HW,CMA] The size of a CMA area used for allocation
|