Searched refs:thp_disable (Results 1 – 1 of 1) sorted by relevance
2504 static int prctl_set_thp_disable(bool thp_disable, unsigned long flags, in prctl_set_thp_disable() argument2513 if ((!thp_disable && flags) || (flags & ~PR_THP_DISABLE_EXCEPT_ADVISED)) in prctl_set_thp_disable()2517 if (thp_disable) { in prctl_set_thp_disable()