Searched refs:MMF_DISABLE_THP (Results 1 – 5 of 5) sorted by relevance
1719 #define MMF_DISABLE_THP 24 /* disable THP for all VMAs */ macro1720 #define MMF_DISABLE_THP_MASK (1 << MMF_DISABLE_THP)
328 test_bit(MMF_DISABLE_THP, &vma->vm_mm->flags); in vma_thp_disabled()
2648 error = !!test_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()2656 set_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()2658 clear_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()
425 thp_enabled = !test_bit(MMF_DISABLE_THP, &mm->flags); in task_thp_status()
413 test_bit(MMF_DISABLE_THP, &mm->flags); in hpage_collapse_test_exit_or_disable()