Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dhugetlb.c2230 h->max_huge_pages--; in dissolve_free_hugetlb_folio()
2250 h->max_huge_pages++; in dissolve_free_hugetlb_folio()
3327 h->max_huge_pages -= (h->max_huge_pages_node[nid] - i); in hugetlb_hstate_alloc_pages_onenode()
3348 if (allocated < h->max_huge_pages) { in hugetlb_hstate_alloc_pages_errcheck()
3353 h->max_huge_pages, buf, allocated); in hugetlb_hstate_alloc_pages_errcheck()
3354 h->max_huge_pages = allocated; in hugetlb_hstate_alloc_pages_errcheck()
3386 for (i = 0; i < h->max_huge_pages; ++i) { in hugetlb_gigantic_pages_alloc_boot()
3405 job.size = h->max_huge_pages; in hugetlb_pages_alloc_boot()
3427 job.min_chunk = h->max_huge_pages / num_node_state(N_MEMORY) / 2; in hugetlb_pages_alloc_boot()
3759 h->max_huge_pages = persistent_huge_pages(h); in set_max_huge_pages()
[all …]
/linux-6.12.1/include/linux/
Dhugetlb.h669 unsigned long max_huge_pages; member
/linux-6.12.1/fs/hugetlbfs/
Dinode.c1351 size_opt *= h->max_huge_pages; in hugetlbfs_size_to_hpages()