Searched refs:MMF_DISABLE_THP (Results 1 – 4 of 4) sorted by relevance
1762 #define MMF_DISABLE_THP 24 /* disable THP for all VMAs */ macro 1763 #define MMF_DISABLE_THP_MASK (1 << MMF_DISABLE_THP)
330 test_bit(MMF_DISABLE_THP, &vma->vm_mm->flags); in vma_thp_disabled()
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()