Home
last modified time | relevance | path

Searched defs:mm_struct (Results 1 – 2 of 2) sorted by relevance

/tools/testing/vma/
Dvma_internal.h167 struct mm_struct { struct
168 struct maple_tree mm_mt;
169 int map_count; /* number of VMAs */
170 unsigned long total_vm; /* Total pages mapped */
171 unsigned long locked_vm; /* Pages that have PG_mlocked set */
172 unsigned long data_vm; /* VM_WRITE & ~VM_SHARED & ~VM_STACK */
173 unsigned long exec_vm; /* VM_EXEC & ~VM_WRITE & ~VM_STACK */
197 struct mm_struct *vm_mm; /* The address space we belong to. */ argument
640 static inline void tlb_gather_mmu(struct mmu_gather *, struct mm_struct *) in tlb_gather_mmu()
644 static inline void update_hiwater_rss(struct mm_struct *) in update_hiwater_rss()
[all …]
/tools/perf/util/bpf_skel/vmlinux/
Dvmlinux.h96 struct mm_struct { struct
102 struct mm_struct *mm; argument