Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dksm.h56 if (test_bit(MMF_VM_MERGE_ANY, &oldmm->flags)) in ksm_fork()
57 set_bit(MMF_VM_MERGE_ANY, &mm->flags); in ksm_fork()
/Linux-v6.6/include/linux/sched/
Dcoredump.h93 #define MMF_VM_MERGE_ANY 29 macro
/Linux-v6.6/mm/
Dksm.c1066 clear_bit(MMF_VM_MERGE_ANY, &mm->flags); in unmerge_and_remove_all_rmap_items()
2456 clear_bit(MMF_VM_MERGE_ANY, &mm->flags); in scan_get_next_rmap_item()
2573 if (test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_add_vma()
2612 if (test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_enable_merge_any()
2621 set_bit(MMF_VM_MERGE_ANY, &mm->flags); in ksm_enable_merge_any()
2643 if (!test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_disable_merge_any()
2652 clear_bit(MMF_VM_MERGE_ANY, &mm->flags); in ksm_disable_merge_any()
2662 if (test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_disable()
2782 clear_bit(MMF_VM_MERGE_ANY, &mm->flags); in __ksm_exit()
/Linux-v6.6/kernel/
Dsys.c2714 error = !!test_bit(MMF_VM_MERGE_ANY, &me->mm->flags); in SYSCALL_DEFINE5()