Lines Matching defs:mm_struct

222 struct mm_struct {  struct
223 struct maple_tree mm_mt;
224 int map_count; /* number of VMAs */
225 unsigned long total_vm; /* Total pages mapped */
226 unsigned long locked_vm; /* Pages that have PG_mlocked set */
227 unsigned long data_vm; /* VM_WRITE & ~VM_SHARED & ~VM_STACK */
228 unsigned long exec_vm; /* VM_EXEC & ~VM_WRITE & ~VM_STACK */
229 unsigned long stack_vm; /* VM_STACK */
231 unsigned long def_flags;
233 unsigned long flags; /* Must use atomic bitops to access */
719 static inline void tlb_gather_mmu(struct mmu_gather *, struct mm_struct *) in tlb_gather_mmu()
723 static inline void update_hiwater_rss(struct mm_struct *) in update_hiwater_rss()
727 static inline void update_hiwater_vm(struct mm_struct *) in update_hiwater_vm()
902 static inline void mmap_write_downgrade(struct mm_struct *) in mmap_write_downgrade()
906 static inline void mmap_read_unlock(struct mm_struct *) in mmap_read_unlock()
910 static inline void mmap_write_unlock(struct mm_struct *) in mmap_write_unlock()
914 static inline int mmap_write_lock_killable(struct mm_struct *) in mmap_write_lock_killable()
939 static inline void mmap_assert_locked(struct mm_struct *) in mmap_assert_locked()
975 static inline void mmap_assert_write_locked(struct mm_struct *) in mmap_assert_write_locked()
1002 static inline int security_vm_enough_memory_mm(struct mm_struct *, long) in security_vm_enough_memory_mm()
1007 static inline bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long) in may_expand_vm()
1060 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *) in get_gate_vma()