Searched refs:MMF_VM_MERGE_ANY (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | ksm.h | 71 if (mm_flags_test(MMF_VM_MERGE_ANY, mm)) in ksm_execve()
|
| H A D | mm_types.h | 1868 #define MMF_VM_MERGE_ANY 30 macro 1869 #define MMF_VM_MERGE_ANY_MASK BIT(MMF_VM_MERGE_ANY)
|
| /linux/mm/ |
| H A D | ksm.c | 1243 mm_flags_clear(MMF_VM_MERGE_ANY, mm); in unmerge_and_remove_all_rmap_items() 2870 if (mm_flags_test(MMF_VM_MERGE_ANY, mm) && in ksm_vma_flags() 2920 if (mm_flags_test(MMF_VM_MERGE_ANY, mm)) in ksm_enable_merge_any() 2929 mm_flags_set(MMF_VM_MERGE_ANY, mm); in ksm_enable_merge_any() 2951 if (!mm_flags_test(MMF_VM_MERGE_ANY, mm)) in ksm_disable_merge_any() 2960 mm_flags_clear(MMF_VM_MERGE_ANY, mm); in ksm_disable_merge_any() 2970 if (mm_flags_test(MMF_VM_MERGE_ANY, mm)) in ksm_disable() 3093 mm_flags_clear(MMF_VM_MERGE_ANY, mm); in __ksm_exit()
|
| /linux/kernel/ |
| H A D | sys.c | 2836 error = !!mm_flags_test(MMF_VM_MERGE_ANY, me->mm); in SYSCALL_DEFINE5()
|
| /linux/fs/proc/ |
| H A D | base.c | 3272 mm_flags_test(MMF_VM_MERGE_ANY, mm) ? "yes" : "no"); in proc_pid_ksm_stat()
|