Home
last modified time | relevance | path

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

/linux/mm/
H A Dhugetlb.c2002 h->max_huge_pages--; in dissolve_free_hugetlb_folio()
2022 h->max_huge_pages++; in dissolve_free_hugetlb_folio()
3407 h->max_huge_pages -= (h->max_huge_pages_node[nid] - i); in hugetlb_hstate_alloc_pages_onenode()
3428 if (allocated < h->max_huge_pages) { in hugetlb_hstate_alloc_pages_errcheck()
3433 h->max_huge_pages, buf, allocated); in hugetlb_hstate_alloc_pages_errcheck()
3434 h->max_huge_pages = allocated; in hugetlb_hstate_alloc_pages_errcheck()
3473 for (i = 0; i < h->max_huge_pages; ++i) { in hugetlb_gigantic_pages_alloc_boot()
3521 remaining = h->max_huge_pages - h->nr_huge_pages; in hugetlb_pages_alloc_boot()
3528 if (h->nr_huge_pages == h->max_huge_pages) in hugetlb_pages_alloc_boot()
3539 } while (remaining != (h->max_huge_pages - h->nr_huge_pages)); in hugetlb_pages_alloc_boot()
[all …]
/linux/include/linux/
H A Dhugetlb.h669 unsigned long max_huge_pages; member
/linux/fs/hugetlbfs/
H A Dinode.c1260 size_opt *= h->max_huge_pages; in hugetlbfs_size_to_hpages()