Home
last modified time | relevance | path

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

/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 6 milliseconds