Home
last modified time | relevance | path

Searched defs:vmg (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/vma/tests/
H A Dmerge.c4 static struct vm_area_struct *merge_new(struct vma_merge_struct *vmg) in merge_new() argument
26 static int expand_existing(struct vma_merge_struct *vmg) in expand_existing() argument
35 void vmg_set_range(struct vma_merge_struct *vmg, unsigne argument
58 vmg_set_range_anon_vma(struct vma_merge_struct * vmg,unsigned long start,unsigned long end,pgoff_t pgoff,vm_flags_t vm_flags,struct anon_vma * anon_vma) vmg_set_range_anon_vma() argument
73 try_merge_new_vma(struct mm_struct * mm,struct vma_merge_struct * vmg,unsigned long start,unsigned long end,pgoff_t pgoff,vm_flags_t vm_flags,bool * was_merged) try_merge_new_vma() argument
103 struct vma_merge_struct vmg = { test_simple_merge() local
196 struct vma_merge_struct vmg = { test_simple_expand() local
244 struct vma_merge_struct vmg = { __test_merge_new() local
475 struct vma_merge_struct vmg = { test_vma_merge_special_flags() local
547 struct vma_merge_struct vmg = { test_vma_merge_with_close() local
756 struct vma_merge_struct vmg = { test_vma_merge_new_with_close() local
814 struct vma_merge_struct vmg = { __test_merge_existing() local
1074 struct vma_merge_struct vmg = { test_anon_vma_non_mergeable() local
1160 struct vma_merge_struct vmg = { test_dup_anon_vma() local
1320 struct vma_merge_struct vmg = { test_vmi_prealloc_fail() local
[all...]
/linux/mm/
H A Dvma.c84 static inline bool is_mergeable_vma(struct vma_merge_struct *vmg, bool merge_next) in is_mergeable_vma()
106 static bool is_mergeable_anon_vma(struct vma_merge_struct *vmg, bool merge_next) in is_mergeable_anon_vma()
147 struct vma_merge_struct *vmg) in init_multi_vma_prep()
198 static bool can_vma_merge_before(struct vma_merge_struct *vmg) in can_vma_merge_before()
220 static bool can_vma_merge_after(struct vma_merge_struct *vmg) in can_vma_merge_after()
425 static bool can_vma_merge_left(struct vma_merge_struct *vmg) in can_vma_merge_left()
439 static bool can_vma_merge_right(struct vma_merge_struct *vmg, in can_vma_merge_right()
705 static void vmg_adjust_set_range(struct vma_merge_struct *vmg) in vmg_adjust_set_range()
731 static int commit_merge(struct vma_merge_struct *vmg) in commit_merge()
809 struct vma_merge_struct *vmg) in vma_merge_existing_range()
[all …]
H A Ddebug.c234 void dump_vmg(const struct vma_merge_struct *vmg, const char *reason) in dump_vmg()
/linux/tools/testing/vma/
H A Dmain.c19 merge_existing(struct vma_merge_struct * vmg) merge_existing() argument