Searched defs:mm_struct (Results 1 – 2 of 2) sorted by relevance
167 struct mm_struct { struct168 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. */ argument640 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 …]
96 struct mm_struct { struct102 struct mm_struct *mm; argument