Searched refs:MMF_DISABLE_THP (Results 1 – 6 of 6) sorted by relevance
73 #define MMF_DISABLE_THP 24 /* disable THP for all VMAs */ macro74 #define MMF_DISABLE_THP_MASK (1 << MMF_DISABLE_THP)
334 test_bit(MMF_DISABLE_THP, &vma->vm_mm->flags); in vma_thp_disabled()
2632 error = !!test_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()2640 set_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()2642 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()
561 if (mm && ((vm_flags & VM_NOHUGEPAGE) || test_bit(MMF_DISABLE_THP, &mm->flags))) in __shmem_huge_global_enabled()
Completed in 34 milliseconds