Searched refs:MMF_DISABLE_THP (Results 1 – 5 of 5) sorted by relevance
73 #define MMF_DISABLE_THP 24 /* disable THP for all VMAs */ macro84 #define MMF_DISABLE_THP_MASK (1 << MMF_DISABLE_THP)
2524 error = !!test_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()2532 set_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()2534 clear_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()
427 thp_enabled = !test_bit(MMF_DISABLE_THP, &mm->flags); in task_thp_status()
86 test_bit(MMF_DISABLE_THP, &vma->vm_mm->flags)) in hugepage_vma_check()
473 test_bit(MMF_DISABLE_THP, &vma->vm_mm->flags))) in shmem_is_huge()