Lines Matching defs:mm_struct
171 struct mm_struct { struct
172 struct maple_tree mm_mt;
173 int map_count; /* number of VMAs */
174 unsigned long total_vm; /* Total pages mapped */
175 unsigned long locked_vm; /* Pages that have PG_mlocked set */
176 unsigned long data_vm; /* VM_WRITE & ~VM_SHARED & ~VM_STACK */
177 unsigned long exec_vm; /* VM_EXEC & ~VM_WRITE & ~VM_STACK */
178 unsigned long stack_vm; /* VM_STACK */
651 static inline void tlb_gather_mmu(struct mmu_gather *, struct mm_struct *) in tlb_gather_mmu()
655 static inline void update_hiwater_rss(struct mm_struct *) in update_hiwater_rss()
659 static inline void update_hiwater_vm(struct mm_struct *) in update_hiwater_vm()
833 static inline void mmap_write_downgrade(struct mm_struct *) in mmap_write_downgrade()
837 static inline void mmap_read_unlock(struct mm_struct *) in mmap_read_unlock()
841 static inline void mmap_write_unlock(struct mm_struct *) in mmap_write_unlock()
865 static inline void mmap_assert_locked(struct mm_struct *) in mmap_assert_locked()
901 static inline void mmap_assert_write_locked(struct mm_struct *) in mmap_assert_write_locked()