Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dcoredump.h72 #define MMF_DISABLE_THP 24 /* disable THP for all VMAs */ macro
76 #define MMF_DISABLE_THP_MASK (1 << MMF_DISABLE_THP)
/OK3568_Linux_fs/kernel/include/linux/
H A Dkhugepaged.h64 !test_bit(MMF_DISABLE_THP, &vma->vm_mm->flags)) in khugepaged_enter()
H A Dhuge_mm.h141 test_bit(MMF_DISABLE_THP, &vma->vm_mm->flags)) in transhuge_vma_enabled()
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c2606 error = !!test_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()
2614 set_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()
2616 clear_bit(MMF_DISABLE_THP, &me->mm->flags); in SYSCALL_DEFINE5()
/OK3568_Linux_fs/kernel/fs/proc/
H A Darray.c403 thp_enabled = !test_bit(MMF_DISABLE_THP, &mm->flags); in task_thp_status()
/OK3568_Linux_fs/kernel/mm/
H A Dshmem.c2136 test_bit(MMF_DISABLE_THP, &vma->vm_mm->flags)) in shmem_fault()