Home
last modified time | relevance | path

Searched refs:MMF_VM_MERGEABLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dksm.h61 if (test_bit(MMF_VM_MERGEABLE, &oldmm->flags)) { in ksm_fork()
75 if (test_bit(MMF_VM_MERGEABLE, &mm->flags)) in ksm_exit()
/openbmc/linux/include/linux/sched/
H A Dcoredump.h59 #define MMF_VM_MERGEABLE 16 /* KSM may merge identical pages */ macro
/openbmc/linux/mm/
H A Dksm.c1065 clear_bit(MMF_VM_MERGEABLE, &mm->flags); in unmerge_and_remove_all_rmap_items()
2454 clear_bit(MMF_VM_MERGEABLE, &mm->flags); in scan_get_next_rmap_item()
2612 if (!test_bit(MMF_VM_MERGEABLE, &mm->flags)) { in ksm_enable_merge_any()
2657 if (!test_bit(MMF_VM_MERGEABLE, &mm->flags)) in ksm_disable()
2677 if (!test_bit(MMF_VM_MERGEABLE, &mm->flags)) { in ksm_madvise()
2737 set_bit(MMF_VM_MERGEABLE, &mm->flags); in __ksm_enter()
2780 clear_bit(MMF_VM_MERGEABLE, &mm->flags); in __ksm_exit()