Home
last modified time | relevance | path

Searched refs:mm_struct (Results 1 – 3 of 3) sorted by relevance

/tools/testing/vma/
Dvma_internal.h114 struct mm_struct *mm;
167 struct mm_struct { struct
197 struct mm_struct *vm_mm; /* The address space we belong to. */ argument
431 static inline void vma_init(struct vm_area_struct *vma, struct mm_struct *mm) in vma_init()
440 static inline struct vm_area_struct *vm_area_alloc(struct mm_struct *mm) in vm_area_alloc()
482 static inline void vm_stat_account(struct mm_struct *mm, vm_flags_t flags, in vm_stat_account()
537 static inline void mmap_assert_locked(struct mm_struct *);
538 static inline struct vm_area_struct *find_vma_intersection(struct mm_struct *mm, in find_vma_intersection()
549 struct vm_area_struct *vma_lookup(struct mm_struct *mm, unsigned long addr) in vma_lookup()
574 find_vma_prev(struct mm_struct *mm, unsigned long addr, in find_vma_prev()
[all …]
Dvma.c49 static struct vm_area_struct *alloc_vma(struct mm_struct *mm, in alloc_vma()
70 static int attach_vma(struct mm_struct *mm, struct vm_area_struct *vma) in attach_vma()
81 static struct vm_area_struct *alloc_and_link_vma(struct mm_struct *mm, in alloc_and_link_vma()
174 static struct vm_area_struct *try_merge_new_vma(struct mm_struct *mm, in try_merge_new_vma()
212 static int cleanup_mm(struct mm_struct *mm, struct vma_iterator *vmi) in cleanup_mm()
252 struct mm_struct mm = {}; in test_simple_merge()
286 struct mm_struct mm = {}; in test_simple_modify()
345 struct mm_struct mm = {}; in test_simple_expand()
373 struct mm_struct mm = {}; in test_simple_shrink()
394 struct mm_struct mm = {}; in test_merge_new()
[all …]
/tools/perf/util/bpf_skel/vmlinux/
Dvmlinux.h96 struct mm_struct { struct
102 struct mm_struct *mm; argument