Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dksm.h27 if (test_bit(MMF_VM_MERGEABLE, &oldmm->flags)) in ksm_fork()
34 if (test_bit(MMF_VM_MERGEABLE, &mm->flags)) in ksm_exit()
Dsched.h504 #define MMF_VM_MERGEABLE 16 /* KSM may merge identical pages */ macro
/linux-4.4.14/mm/
Dksm.c806 clear_bit(MMF_VM_MERGEABLE, &mm->flags); in unmerge_and_remove_all_rmap_items()
1691 clear_bit(MMF_VM_MERGEABLE, &mm->flags); in scan_get_next_rmap_item()
1778 if (!test_bit(MMF_VM_MERGEABLE, &mm->flags)) { in ksm_madvise()
1834 set_bit(MMF_VM_MERGEABLE, &mm->flags); in __ksm_enter()
1873 clear_bit(MMF_VM_MERGEABLE, &mm->flags); in __ksm_exit()