Home
last modified time | relevance | path

Searched refs:thp_enabled (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/mm/
A Dthp_settings.h9 enum thp_enabled { enum
37 enum thp_enabled enabled;
55 enum thp_enabled thp_enabled; member
A Dthp_settings.c209 .thp_enabled = thp_read_string("enabled", thp_enabled_strings), in thp_read_settings()
261 thp_write_string("enabled", thp_enabled_strings[settings->thp_enabled]); in thp_write_settings()
A Dkhugepaged.c508 settings.thp_enabled = THP_NEVER; in __madvise_collapse()
621 settings.thp_enabled = THP_ALWAYS; in alloc_at_fault()
1174 .thp_enabled = THP_MADVISE, in main()
/linux/fs/proc/
A Darray.c422 bool thp_enabled = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE); in task_thp_status() local
424 if (thp_enabled) in task_thp_status()
425 thp_enabled = !test_bit(MMF_DISABLE_THP, &mm->flags); in task_thp_status()
426 seq_printf(m, "THP_enabled:\t%d\n", thp_enabled); in task_thp_status()

Completed in 8 milliseconds