Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/vm/
Dkhugepaged.c26 enum thp_enabled { enum
86 enum thp_enabled thp_enabled; member
95 .thp_enabled = THP_MADVISE,
267 write_string("enabled", thp_enabled_strings[settings->thp_enabled]); in write_settings()
303 .thp_enabled = read_string("enabled", thp_enabled_strings), in save_settings()
513 settings.thp_enabled = THP_ALWAYS; in alloc_at_fault()
/Linux-v5.10/fs/proc/
Darray.c398 bool thp_enabled = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE); in task_thp_status() local
400 if (thp_enabled) in task_thp_status()
401 thp_enabled = !test_bit(MMF_DISABLE_THP, &mm->flags); in task_thp_status()
402 seq_printf(m, "THP_enabled:\t%d\n", thp_enabled); in task_thp_status()