Home
last modified time | relevance | path

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

/linux/mm/
H A Dhugetlb_sysfs.c24 static struct kobject *hstate_kobjs[HUGE_MAX_HSTATE];
32 for (i = 0; i < HUGE_MAX_HSTATE; i++) in kobj_to_hstate()
351 struct kobject *hstate_kobjs[HUGE_MAX_HSTATE];
380 for (i = 0; i < HUGE_MAX_HSTATE; i++) in kobj_to_node_hstate()
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h110 #define HUGE_MAX_HSTATE (2 + (NAPOT_ORDER_MAX - NAPOT_CONT_ORDER_BASE)) macro
112 #define HUGE_MAX_HSTATE 2 macro
/linux/arch/arm64/mm/
H A Dhugetlbpage.c500 BUILD_BUG_ON(HUGE_MAX_HSTATE < 4); in hugetlbpage_init()