Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/vma/
H A Dvma.c195 struct vma_merge_struct *vmg, in try_merge_new_vma()
276 struct vma_merge_struct vmg = { in test_simple_merge() local
368 struct vma_merge_struct vmg = { in test_simple_expand() local
416 struct vma_merge_struct vmg = { in test_merge_new() local
612 struct vma_merge_struct vmg = { in test_vma_merge_special_flags() local
684 struct vma_merge_struct vmg = { in test_vma_merge_with_close() local
893 struct vma_merge_struct vmg = { in test_vma_merge_new_with_close() local
949 struct vma_merge_struct vmg = { in test_merge_existing() local
1179 struct vma_merge_struct vmg = { in test_anon_vma_non_mergeable() local
1286 struct vma_merge_struct vmg = { in test_dup_anon_vma() local
[all …]
/linux-6.15/mm/
H A Dvma.c114 struct vma_merge_struct *vmg) in init_multi_vma_prep()
162 static bool can_vma_merge_before(struct vma_merge_struct *vmg) in can_vma_merge_before()
184 static bool can_vma_merge_after(struct vma_merge_struct *vmg) in can_vma_merge_after()
386 static bool can_vma_merge_left(struct vma_merge_struct *vmg) in can_vma_merge_left()
400 static bool can_vma_merge_right(struct vma_merge_struct *vmg, in can_vma_merge_right()
648 static void vmg_adjust_set_range(struct vma_merge_struct *vmg) in vmg_adjust_set_range()
674 static int commit_merge(struct vma_merge_struct *vmg) in commit_merge()
752 struct vma_merge_struct *vmg) in vma_merge_existing_range()
1000 struct vm_area_struct *vma_merge_new_range(struct vma_merge_struct *vmg) in vma_merge_new_range()
1077 int vma_expand(struct vma_merge_struct *vmg) in vma_expand()
[all …]
H A Ddebug.c266 void dump_vmg(const struct vma_merge_struct *vmg, const char *reason) in dump_vmg()
H A Dvma.h148 static inline bool vmg_nomem(struct vma_merge_struct *vmg) in vmg_nomem()
/linux-6.15/include/linux/
H A Dmmdebug.h92 #define VM_WARN_ON_VMG(cond, vmg) ({ \ argument
118 #define VM_WARN_ON_VMG(cond, vmg) BUILD_BUG_ON_INVALID(cond) argument