Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dksm.h67 if (test_bit(MMF_VM_MERGE_ANY, &oldmm->flags)) in ksm_fork()
68 set_bit(MMF_VM_MERGE_ANY, &mm->flags); in ksm_fork()
/openbmc/linux/include/linux/sched/
H A Dcoredump.h93 #define MMF_VM_MERGE_ANY 29 macro
/openbmc/linux/mm/
H A Dksm.c1066 clear_bit(MMF_VM_MERGE_ANY, &mm->flags); in unmerge_and_remove_all_rmap_items()
2455 clear_bit(MMF_VM_MERGE_ANY, &mm->flags); in scan_get_next_rmap_item()
2570 if (test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_add_vma()
2609 if (test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_enable_merge_any()
2618 set_bit(MMF_VM_MERGE_ANY, &mm->flags); in ksm_enable_merge_any()
2640 if (!test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_disable_merge_any()
2649 clear_bit(MMF_VM_MERGE_ANY, &mm->flags); in ksm_disable_merge_any()
2659 if (test_bit(MMF_VM_MERGE_ANY, &mm->flags)) in ksm_disable()
2779 clear_bit(MMF_VM_MERGE_ANY, &mm->flags); in __ksm_exit()
/openbmc/linux/kernel/
H A Dsys.c2741 error = !!test_bit(MMF_VM_MERGE_ANY, &me->mm->flags); in SYSCALL_DEFINE5()