Searched refs:MMF_DISABLE_THP (Results 1 – 5 of 5) sorted by relevance
73 #define MMF_DISABLE_THP 24 /* disable THP for all VMAs */ macro88 #define MMF_DISABLE_THP_MASK (1 << MMF_DISABLE_THP)
2605 error = !!test_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()2613 set_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()2615 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()
86 test_bit(MMF_DISABLE_THP, &vma->vm_mm->flags)) in hugepage_vma_check()
545 if (mm && ((vm_flags & VM_NOHUGEPAGE) || test_bit(MMF_DISABLE_THP, &mm->flags))) in shmem_is_huge()