Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dhugetlb.h380 #define default_hstate (hstates[default_hstate_idx]) macro
395 return &default_hstate; in hstate_sizelog()
/Linux-v5.4/mm/
Dhugetlb.c2914 if (!default_hstate.max_huge_pages) in hugetlb_init()
2915 default_hstate.max_huge_pages = default_hstate_max_huge_pages; in hugetlb_init()
3040 struct hstate *h = &default_hstate; in hugetlb_sysctl_handler_common()
3081 struct hstate *h = &default_hstate; in hugetlb_overcommit_handler()
3123 if (h == &default_hstate) in hugetlb_report_meminfo()
3142 struct hstate *h = &default_hstate; in hugetlb_report_node_meminfo()
/Linux-v5.4/fs/hugetlbfs/
Dinode.c1329 ctx->hstate = &default_hstate; in hugetlbfs_init_fs_context()