Home
last modified time | relevance | path

Searched refs:MMF_DISABLE_THP (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dmm_types.h1762 #define MMF_DISABLE_THP 24 /* disable THP for all VMAs */ macro
1763 #define MMF_DISABLE_THP_MASK (1 << MMF_DISABLE_THP)
H A Dhuge_mm.h330 test_bit(MMF_DISABLE_THP, &vma->vm_mm->flags); in vma_thp_disabled()
/linux/fs/proc/
H A Darray.c425 thp_enabled = !test_bit(MMF_DISABLE_THP, &mm->flags); in task_thp_status()
/linux/mm/
H A Dkhugepaged.c413 test_bit(MMF_DISABLE_THP, &mm->flags); in hpage_collapse_test_exit_or_disable()