Lines Matching defs:mm
35 static inline void mmgrab(struct mm_struct *mm) in mmgrab()
42 static inline void mmdrop(struct mm_struct *mm) in mmdrop()
60 struct mm_struct *mm = container_of(rhp, struct mm_struct, delayed_drop); in __mmdrop_delayed() local
69 static inline void mmdrop_sched(struct mm_struct *mm) in mmdrop_sched()
76 static inline void mmdrop_sched(struct mm_struct *mm) in mmdrop_sched()
98 static inline void mmget(struct mm_struct *mm) in mmget()
103 static inline bool mmget_not_zero(struct mm_struct *mm) in mmget_not_zero()
133 static inline void mm_update_next_owner(struct mm_struct *mm) in mm_update_next_owner()
166 static inline void arch_pick_mmap_layout(struct mm_struct *mm, in arch_pick_mmap_layout()
421 static inline void membarrier_mm_sync_core_before_usermode(struct mm_struct *mm) in membarrier_mm_sync_core_before_usermode()
443 static inline void membarrier_exec_mmap(struct mm_struct *mm) in membarrier_exec_mmap()
446 static inline void membarrier_mm_sync_core_before_usermode(struct mm_struct *mm) in membarrier_mm_sync_core_before_usermode()
455 static inline void mm_pasid_init(struct mm_struct *mm) in mm_pasid_init()
461 static inline void mm_pasid_set(struct mm_struct *mm, u32 pasid) in mm_pasid_set()
466 static inline void mm_pasid_drop(struct mm_struct *mm) in mm_pasid_drop()
474 static inline void mm_pasid_init(struct mm_struct *mm) {} in mm_pasid_init()
475 static inline void mm_pasid_set(struct mm_struct *mm, u32 pasid) {} in mm_pasid_set()
476 static inline void mm_pasid_drop(struct mm_struct *mm) {} in mm_pasid_drop()