Home
last modified time | relevance | path

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

/Linux-v5.4/fs/proc/
Darray.c397 bool thp_enabled = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE); in task_thp_status() local
399 if (thp_enabled) in task_thp_status()
400 thp_enabled = !test_bit(MMF_DISABLE_THP, &mm->flags); in task_thp_status()
401 seq_printf(m, "THP_enabled:\t%d\n", thp_enabled); in task_thp_status()