Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
H A Dvma.c129 static struct vm_area_struct *merge_new(struct vma_merge_struct *vmg) in merge_new() argument
151 static struct vm_area_struct *merge_existing(struct vma_merge_struct *vmg) in merge_existing() argument
165 static int expand_existing(struct vma_merge_struct *vmg) in expand_existing() argument
174 vmg_set_range(struct vma_merge_struct * vmg,unsigned long start,unsigned long end,pgoff_t pgoff,vm_flags_t flags) vmg_set_range() argument
197 vmg_set_range_anon_vma(struct vma_merge_struct * vmg,unsigned long start,unsigned long end,pgoff_t pgoff,vm_flags_t flags,struct anon_vma * anon_vma) vmg_set_range_anon_vma() argument
212 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 flags,bool * was_merged) try_merge_new_vma() argument
309 struct vma_merge_struct vmg = { test_simple_merge() local
401 struct vma_merge_struct vmg = { test_simple_expand() local
449 struct vma_merge_struct vmg = { test_merge_new() local
645 struct vma_merge_struct vmg = { test_vma_merge_special_flags() local
717 struct vma_merge_struct vmg = { test_vma_merge_with_close() local
926 struct vma_merge_struct vmg = { test_vma_merge_new_with_close() local
982 struct vma_merge_struct vmg = { test_merge_existing() local
1212 struct vma_merge_struct vmg = { test_anon_vma_non_mergeable() local
1298 struct vma_merge_struct vmg = { test_dup_anon_vma() local
1458 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()
109 static bool is_mergeable_anon_vma(struct vma_merge_struct *vmg, bool merge_next) in is_mergeable_anon_vma()
142 struct vma_merge_struct *vmg) in init_multi_vma_prep()
193 static bool can_vma_merge_before(struct vma_merge_struct *vmg) in can_vma_merge_before()
215 static bool can_vma_merge_after(struct vma_merge_struct *vmg) in can_vma_merge_after()
420 static bool can_vma_merge_left(struct vma_merge_struct *vmg) in can_vma_merge_left()
434 static bool can_vma_merge_right(struct vma_merge_struct *vmg, in can_vma_merge_right()
704 static void vmg_adjust_set_range(struct vma_merge_struct *vmg) in vmg_adjust_set_range()
730 static int commit_merge(struct vma_merge_struct *vmg) in commit_merge()
808 struct vma_merge_struct *vmg) in vma_merge_existing_range()
[all …]
H A Ddebug.c268 dump_vmg(const struct vma_merge_struct * vmg,const char * reason) dump_vmg() argument
[all...]
H A Dvma.h155 static inline bool vmg_nomem(struct vma_merge_struct *vmg) in vmg_nomem()