Home
last modified time | relevance | path

Searched refs:VM_MERGEABLE (Results 1 – 4 of 4) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dmman.h83 if (vm_flags & VM_MERGEABLE) in arch_validate_flags()
/linux/mm/
H A Dksm.c615 * We take great care only to touch a ksm page, in a VM_MERGEABLE vma, in break_ksm_pmd_entry()
675 * in due course. The important thing is to not let VM_MERGEABLE in break_ksm()
710 if (!vma || !(vma->vm_flags & VM_MERGEABLE) || !vma->anon_vma) in break_ksm()
1194 if (!(vma->vm_flags & VM_MERGEABLE) || !vma->anon_vma) in unmerge_and_remove_all_rmap_items()
2529 if (!(vma->vm_flags & VM_MERGEABLE)) in scan_get_next_rmap_item()
2589 * because there were no VM_MERGEABLE vmas with such addresses. in scan_get_next_rmap_item()
2600 * throughout, and found no VM_MERGEABLE: so do the same as in scan_get_next_rmap_item()
2604 * or when all VM_MERGEABLE areas have been unmapped (and in scan_get_next_rmap_item()
2696 if (vm_flags & VM_MERGEABLE) in ksm_scan_thread()
2700 vm_flags_set(vma, VM_MERGEABLE); in ksm_scan_thread()
[all...]
/linux/include/trace/events/
H A Dmmflags.h195 {VM_MERGEABLE, "mergeable" } \
/linux/include/linux/
H A Dmm.h323 #define VM_MERGEABLE 0x80000000 /* KSM may merge identical pages */ macro