Home
last modified time | relevance | path

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

/include/linux/
Dksm.h30 if (test_bit(MMF_VM_MERGEABLE, &oldmm->flags)) in ksm_fork()
37 if (test_bit(MMF_VM_MERGEABLE, &mm->flags)) in ksm_exit()
Dsched.h438 #define MMF_VM_MERGEABLE 16 /* KSM may merge identical pages */ macro