Home
last modified time | relevance | path

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

/linux/mm/
H A Dksm.c1216 clear_bit(MMF_VM_MERGEABLE, &mm->flags); in unmerge_and_remove_all_rmap_items()
2612 clear_bit(MMF_VM_MERGEABLE, &mm->flags); in scan_get_next_rmap_item()
2770 if (!test_bit(MMF_VM_MERGEABLE, &mm->flags)) { in ksm_enable_merge_any()
2815 if (!test_bit(MMF_VM_MERGEABLE, &mm->flags)) in ksm_disable()
2835 if (!test_bit(MMF_VM_MERGEABLE, &mm->flags)) { in ksm_madvise()
2895 set_bit(MMF_VM_MERGEABLE, &mm->flags); in __ksm_enter()
2938 clear_bit(MMF_VM_MERGEABLE, &mm->flags); in __ksm_exit()
/linux/include/linux/
H A Dmm_types.h1601 #define MMF_VM_MERGEABLE 16 /* KSM may merge identical pages */ macro