Searched defs:vmg (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/vma/ |
H A D | vma.c | 96 merge_new(struct vma_merge_struct * vmg) merge_new() argument 113 merge_existing(struct vma_merge_struct * vmg) merge_existing() argument 122 expand_existing(struct vma_merge_struct * vmg) expand_existing() argument 131 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 153 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 234 struct vma_merge_struct vmg = { test_simple_merge() local 326 struct vma_merge_struct vmg = { test_simple_expand() local 374 struct vma_merge_struct vmg = { test_merge_new() local 570 struct vma_merge_struct vmg = { test_vma_merge_special_flags() local 642 struct vma_merge_struct vmg = { test_vma_merge_with_close() local 851 struct vma_merge_struct vmg = { test_vma_merge_new_with_close() local 907 struct vma_merge_struct vmg = { test_merge_existing() local 1137 struct vma_merge_struct vmg = { test_anon_vma_non_mergeable() local 1244 struct vma_merge_struct vmg = { test_dup_anon_vma() local 1404 struct vma_merge_struct vmg = { test_vmi_prealloc_fail() local [all...] |
/linux/mm/ |
H A D | vma.c | 61 static inline bool is_mergeable_vma(struct vma_merge_struct *vmg, bool merge_next) in is_mergeable_vma() 148 static bool can_vma_merge_before(struct vma_merge_struct *vmg) in can_vma_merge_before() 170 static bool can_vma_merge_after(struct vma_merge_struct *vmg) in can_vma_merge_after() 340 static bool can_vma_merge_left(struct vma_merge_struct *vmg) in can_vma_merge_left() 354 static bool can_vma_merge_right(struct vma_merge_struct *vmg, in can_vma_merge_right() 633 static int commit_merge(struct vma_merge_struct *vmg, in commit_merge() 713 static struct vm_area_struct *vma_merge_existing_range(struct vma_merge_struct *vmg) in vma_merge_existing_range() 965 struct vm_area_struct *vma_merge_new_range(struct vma_merge_struct *vmg) in vma_merge_new_range() 1043 int vma_expand(struct vma_merge_struct *vmg) in vma_expand() 1508 static struct vm_area_struct *vma_modify(struct vma_merge_struct *vmg) in vma_modify()
|
H A D | vma.h | 92 static inline bool vmg_nomem(struct vma_merge_struct *vmg) in vmg_nomem() argument
|