Searched defs:vmg (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/vma/tests/ |
| H A D | merge.c | 4 static struct vm_area_struct *merge_new(struct vma_merge_struct *vmg) in merge_new() argument 26 static int expand_existing(struct vma_merge_struct *vmg) in expand_existing() argument 35 void vmg_set_range(struct vma_merge_struct *vmg, unsigne argument 58 vmg_set_range_anon_vma(struct vma_merge_struct * vmg,unsigned long start,unsigned long end,pgoff_t pgoff,vm_flags_t vm_flags,struct anon_vma * anon_vma) vmg_set_range_anon_vma() argument 73 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 vm_flags,bool * was_merged) try_merge_new_vma() argument 103 struct vma_merge_struct vmg = { test_simple_merge() local 196 struct vma_merge_struct vmg = { test_simple_expand() local 244 struct vma_merge_struct vmg = { __test_merge_new() local 475 struct vma_merge_struct vmg = { test_vma_merge_special_flags() local 547 struct vma_merge_struct vmg = { test_vma_merge_with_close() local 756 struct vma_merge_struct vmg = { test_vma_merge_new_with_close() local 814 struct vma_merge_struct vmg = { __test_merge_existing() local 1074 struct vma_merge_struct vmg = { test_anon_vma_non_mergeable() local 1160 struct vma_merge_struct vmg = { test_dup_anon_vma() local 1320 struct vma_merge_struct vmg = { test_vmi_prealloc_fail() local [all...] |
| /linux/tools/testing/vma/ |
| H A D | main.c | 19 merge_existing(struct vma_merge_struct * vmg) merge_existing() argument
|
| /linux/mm/ |
| H A D | debug.c | 234 dump_vmg(const struct vma_merge_struct * vmg,const char * reason) dump_vmg() argument [all...] |