Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhugetlb.h117 for ((h) = hstates; (h) < &hstates[hugetlb_max_hstate]; (h)++)
728 extern struct hstate hstates[HUGE_MAX_HSTATE];
731 #define default_hstate (hstates[default_hstate_idx])
863 return hstates[index].order + PAGE_SHIFT; in hstate_index_to_shift()
868 return h - hstates; in hstate_index()
/linux/mm/
H A Dhugetlb_sysfs.c36 return &hstates[i]; in kobj_to_hstate()
384 return &hstates[i]; in kobj_to_node_hstate()
H A Dhugetlb.c57 struct hstate hstates[HUGE_MAX_HSTATE]; variable
4204 h = &hstates[hugetlb_max_hstate++]; in hugetlb_add_hstate()