Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/vma/
Dvma.c109 static struct vm_area_struct *merge_new(struct vma_merge_struct *vmg) in merge_new()
126 static struct vm_area_struct *merge_existing(struct vma_merge_struct *vmg) in merge_existing()
135 static int expand_existing(struct vma_merge_struct *vmg) in expand_existing()
144 static void vmg_set_range(struct vma_merge_struct *vmg, unsigned long start, in vmg_set_range()
166 struct vma_merge_struct *vmg, in try_merge_new_vma()
247 struct vma_merge_struct vmg = { in test_simple_merge() local
339 struct vma_merge_struct vmg = { in test_simple_expand() local
387 struct vma_merge_struct vmg = { in test_merge_new() local
583 struct vma_merge_struct vmg = { in test_vma_merge_special_flags() local
655 struct vma_merge_struct vmg = { in test_vma_merge_with_close() local
[all …]
/linux-6.14.4/mm/
Dvma.c61 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()
372 static bool can_vma_merge_left(struct vma_merge_struct *vmg) in can_vma_merge_left()
386 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()
714 struct vma_merge_struct *vmg) in vma_merge_existing_range()
981 struct vm_area_struct *vma_merge_new_range(struct vma_merge_struct *vmg) in vma_merge_new_range()
1059 int vma_expand(struct vma_merge_struct *vmg) in vma_expand()
1529 static struct vm_area_struct *vma_modify(struct vma_merge_struct *vmg) in vma_modify()
Ddebug.c252 void dump_vmg(const struct vma_merge_struct *vmg, const char *reason) in dump_vmg()
Dvma.h98 static inline bool vmg_nomem(struct vma_merge_struct *vmg) in vmg_nomem()
/linux-6.14.4/include/linux/
Dmmdebug.h92 #define VM_WARN_ON_VMG(cond, vmg) ({ \ argument
118 #define VM_WARN_ON_VMG(cond, vmg) BUILD_BUG_ON_INVALID(cond) argument