Searched refs:MMF_VM_MERGE_ANY (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | ksm.h | 65 if (test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_execve()
|
| H A D | mm_types.h | 1738 #define MMF_VM_MERGE_ANY 30 macro 1739 #define MMF_VM_MERGE_ANY_MASK (1 << MMF_VM_MERGE_ANY)
|
| /linux-6.15/mm/ |
| H A D | ksm.c | 1217 clear_bit(MMF_VM_MERGE_ANY, &mm->flags); in unmerge_and_remove_all_rmap_items() 2620 clear_bit(MMF_VM_MERGE_ANY, &mm->flags); in scan_get_next_rmap_item() 2735 if (test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_add_vma() 2774 if (test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_enable_merge_any() 2783 set_bit(MMF_VM_MERGE_ANY, &mm->flags); in ksm_enable_merge_any() 2805 if (!test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_disable_merge_any() 2814 clear_bit(MMF_VM_MERGE_ANY, &mm->flags); in ksm_disable_merge_any() 2824 if (test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_disable() 2944 clear_bit(MMF_VM_MERGE_ANY, &mm->flags); in __ksm_exit()
|
| /linux-6.15/kernel/ |
| H A D | sys.c | 2791 error = !!test_bit(MMF_VM_MERGE_ANY, &me->mm->flags); in SYSCALL_DEFINE5()
|
| /linux-6.15/fs/proc/ |
| H A D | base.c | 3272 test_bit(MMF_VM_MERGE_ANY, &mm->flags) ? "yes" : "no"); in proc_pid_ksm_stat()
|