Lines Matching refs:mutex

43 __mutex_init(struct mutex *lock, const char *name, struct lock_class_key *key)  in __mutex_init()
76 static inline struct task_struct *__mutex_owner(struct mutex *lock) in __mutex_owner()
86 bool mutex_is_locked(struct mutex *lock) in mutex_is_locked()
97 static inline struct task_struct *__mutex_trylock_common(struct mutex *lock, bool handoff) in __mutex_trylock_common()
136 static inline bool __mutex_trylock_or_handoff(struct mutex *lock, bool handoff) in __mutex_trylock_or_handoff()
144 static inline bool __mutex_trylock(struct mutex *lock) in __mutex_trylock()
160 static __always_inline bool __mutex_trylock_fast(struct mutex *lock) in __mutex_trylock_fast()
171 static __always_inline bool __mutex_unlock_fast(struct mutex *lock) in __mutex_unlock_fast()
179 static inline void __mutex_set_flag(struct mutex *lock, unsigned long flag) in __mutex_set_flag()
184 static inline void __mutex_clear_flag(struct mutex *lock, unsigned long flag) in __mutex_clear_flag()
189 static inline bool __mutex_waiter_is_first(struct mutex *lock, struct mutex_waiter *waiter) in __mutex_waiter_is_first()
199 __mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, in __mutex_add_waiter()
210 __mutex_remove_waiter(struct mutex *lock, struct mutex_waiter *waiter) in __mutex_remove_waiter()
225 static void __mutex_handoff(struct mutex *lock, struct task_struct *task) in __mutex_handoff()
252 static void __sched __mutex_lock_slowpath(struct mutex *lock);
275 void __sched mutex_lock(struct mutex *lock) in mutex_lock()
292 static inline struct task_struct *__mutex_trylock_or_owner(struct mutex *lock) in __mutex_trylock_or_owner()
298 bool ww_mutex_spin_on_owner(struct mutex *lock, struct ww_acquire_ctx *ww_ctx, in ww_mutex_spin_on_owner()
346 bool mutex_spin_on_owner(struct mutex *lock, struct task_struct *owner, in mutex_spin_on_owner()
385 static inline int mutex_can_spin_on_owner(struct mutex *lock) in mutex_can_spin_on_owner()
434 mutex_optimistic_spin(struct mutex *lock, struct ww_acquire_ctx *ww_ctx, in mutex_optimistic_spin()
510 mutex_optimistic_spin(struct mutex *lock, struct ww_acquire_ctx *ww_ctx, in mutex_optimistic_spin()
517 static noinline void __sched __mutex_unlock_slowpath(struct mutex *lock, unsigned long ip);
530 void __sched mutex_unlock(struct mutex *lock) in mutex_unlock()
562 __mutex_lock_common(struct mutex *lock, unsigned int state, unsigned int subclass, in __mutex_lock_common()
726 __mutex_lock(struct mutex *lock, unsigned int state, unsigned int subclass, in __mutex_lock()
733 __ww_mutex_lock(struct mutex *lock, unsigned int state, unsigned int subclass, in __ww_mutex_lock()
741 mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested()
749 _mutex_lock_nest_lock(struct mutex *lock, struct lockdep_map *nest) in _mutex_lock_nest_lock()
756 mutex_lock_killable_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_killable_nested()
763 mutex_lock_interruptible_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_interruptible_nested()
770 mutex_lock_io_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_io_nested()
845 static noinline void __sched __mutex_unlock_slowpath(struct mutex *lock, unsigned long ip) in __mutex_unlock_slowpath()
904 __mutex_lock_killable_slowpath(struct mutex *lock);
907 __mutex_lock_interruptible_slowpath(struct mutex *lock);
921 int __sched mutex_lock_interruptible(struct mutex *lock) in mutex_lock_interruptible()
945 int __sched mutex_lock_killable(struct mutex *lock) in mutex_lock_killable()
966 void __sched mutex_lock_io(struct mutex *lock) in mutex_lock_io()
977 __mutex_lock_slowpath(struct mutex *lock) in __mutex_lock_slowpath()
983 __mutex_lock_killable_slowpath(struct mutex *lock) in __mutex_lock_killable_slowpath()
989 __mutex_lock_interruptible_slowpath(struct mutex *lock) in __mutex_lock_interruptible_slowpath()
1025 int __sched mutex_trylock(struct mutex *lock) in mutex_trylock()
1080 int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock) in atomic_dec_and_mutex_lock()