Home
last modified time | relevance | path

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

/linux/include/linux/
A Dksm.h29 if (test_bit(MMF_VM_MERGEABLE, &oldmm->flags)) in ksm_fork()
36 if (test_bit(MMF_VM_MERGEABLE, &mm->flags)) in ksm_exit()
/linux/include/linux/sched/
A Dcoredump.h59 #define MMF_VM_MERGEABLE 16 /* KSM may merge identical pages */ macro
/linux/mm/
A Dksm.c1003 clear_bit(MMF_VM_MERGEABLE, &mm->flags); in unmerge_and_remove_all_rmap_items()
2357 clear_bit(MMF_VM_MERGEABLE, &mm->flags); in scan_get_next_rmap_item()
2462 if (!test_bit(MMF_VM_MERGEABLE, &mm->flags)) { in ksm_madvise()
2519 set_bit(MMF_VM_MERGEABLE, &mm->flags); in __ksm_enter()
2558 clear_bit(MMF_VM_MERGEABLE, &mm->flags); in __ksm_exit()

Completed in 9 milliseconds