Searched refs:thp_enabled (Results 1 – 1 of 1) sorted by relevance
422 bool thp_enabled = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE); in task_thp_status() local424 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