Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/vma/
Dvma.c96 static struct vm_area_struct *merge_new(struct vma_merge_struct *vmg) in merge_new()
113 static struct vm_area_struct *merge_existing(struct vma_merge_struct *vmg) in merge_existing()
122 static int expand_existing(struct vma_merge_struct *vmg) in expand_existing()
131 static void vmg_set_range(struct vma_merge_struct *vmg, unsigned long start, in vmg_set_range()
153 struct vma_merge_struct *vmg, in try_merge_new_vma()
234 struct vma_merge_struct vmg = { in test_simple_merge() local
326 struct vma_merge_struct vmg = { in test_simple_expand() local
374 struct vma_merge_struct vmg = { in test_merge_new() local
570 struct vma_merge_struct vmg = { in test_vma_merge_special_flags() local
642 struct vma_merge_struct vmg = { in test_vma_merge_with_close() local
[all …]
/linux-6.12.1/mm/
Dvma.c10 static inline bool is_mergeable_vma(struct vma_merge_struct *vmg, bool merge_next) in is_mergeable_vma()
97 static bool can_vma_merge_before(struct vma_merge_struct *vmg) in can_vma_merge_before()
119 static bool can_vma_merge_after(struct vma_merge_struct *vmg) in can_vma_merge_after()
289 static bool can_vma_merge_left(struct vma_merge_struct *vmg) in can_vma_merge_left()
303 static bool can_vma_merge_right(struct vma_merge_struct *vmg, in can_vma_merge_right()
578 static int commit_merge(struct vma_merge_struct *vmg, in commit_merge()
658 static struct vm_area_struct *vma_merge_existing_range(struct vma_merge_struct *vmg) in vma_merge_existing_range()
910 struct vm_area_struct *vma_merge_new_range(struct vma_merge_struct *vmg) in vma_merge_new_range()
1002 int vma_expand(struct vma_merge_struct *vmg) in vma_expand()
1417 static struct vm_area_struct *vma_modify(struct vma_merge_struct *vmg) in vma_modify()
Dvma.h92 static inline bool vmg_nomem(struct vma_merge_struct *vmg) in vmg_nomem()