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

/linux-4.1.27/include/linux/
H A Dksm.h27 if (test_bit(MMF_VM_MERGEABLE, &oldmm->flags)) ksm_fork()
34 if (test_bit(MMF_VM_MERGEABLE, &mm->flags)) ksm_exit()
H A Dsched.h496 #define MMF_VM_MERGEABLE 16 /* KSM may merge identical pages */ macro
/linux-4.1.27/mm/
H A Dksm.c805 clear_bit(MMF_VM_MERGEABLE, &mm->flags); unmerge_and_remove_all_rmap_items()
1672 clear_bit(MMF_VM_MERGEABLE, &mm->flags); scan_get_next_rmap_item()
1759 if (!test_bit(MMF_VM_MERGEABLE, &mm->flags)) { ksm_madvise()
1815 set_bit(MMF_VM_MERGEABLE, &mm->flags); __ksm_enter()
1854 clear_bit(MMF_VM_MERGEABLE, &mm->flags); __ksm_exit()

Completed in 168 milliseconds