Lines Matching refs:mutex
40 __mutex_init(struct mutex *lock, const char *name, struct lock_class_key *key) in __mutex_init()
73 static inline struct task_struct *__mutex_owner(struct mutex *lock) in __mutex_owner()
83 bool mutex_is_locked(struct mutex *lock) in mutex_is_locked()
90 mutex_trylock_recursive(struct mutex *lock) in mutex_trylock_recursive()
107 static inline struct task_struct *__mutex_trylock_or_owner(struct mutex *lock) in __mutex_trylock_or_owner()
150 static inline bool __mutex_trylock(struct mutex *lock) in __mutex_trylock()
166 static __always_inline bool __mutex_trylock_fast(struct mutex *lock) in __mutex_trylock_fast()
177 static __always_inline bool __mutex_unlock_fast(struct mutex *lock) in __mutex_unlock_fast()
188 static inline void __mutex_set_flag(struct mutex *lock, unsigned long flag) in __mutex_set_flag()
193 static inline void __mutex_clear_flag(struct mutex *lock, unsigned long flag) in __mutex_clear_flag()
198 static inline bool __mutex_waiter_is_first(struct mutex *lock, struct mutex_waiter *waiter) in __mutex_waiter_is_first()
208 __mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, in __mutex_add_waiter()
224 static void __mutex_handoff(struct mutex *lock, struct task_struct *task) in __mutex_handoff()
256 static void __sched __mutex_lock_slowpath(struct mutex *lock);
279 void __sched mutex_lock(struct mutex *lock) in mutex_lock()
367 __ww_mutex_die(struct mutex *lock, struct mutex_waiter *waiter, in __ww_mutex_die()
389 static bool __ww_mutex_wound(struct mutex *lock, in __ww_mutex_wound()
444 __ww_mutex_check_waiters(struct mutex *lock, struct ww_acquire_ctx *ww_ctx) in __ww_mutex_check_waiters()
502 bool ww_mutex_spin_on_owner(struct mutex *lock, struct ww_acquire_ctx *ww_ctx, in ww_mutex_spin_on_owner()
550 bool mutex_spin_on_owner(struct mutex *lock, struct task_struct *owner, in mutex_spin_on_owner()
589 static inline int mutex_can_spin_on_owner(struct mutex *lock) in mutex_can_spin_on_owner()
638 mutex_optimistic_spin(struct mutex *lock, struct ww_acquire_ctx *ww_ctx, in mutex_optimistic_spin()
714 mutex_optimistic_spin(struct mutex *lock, struct ww_acquire_ctx *ww_ctx, in mutex_optimistic_spin()
721 static noinline void __sched __mutex_unlock_slowpath(struct mutex *lock, unsigned long ip);
734 void __sched mutex_unlock(struct mutex *lock) in mutex_unlock()
776 __ww_mutex_kill(struct mutex *lock, struct ww_acquire_ctx *ww_ctx) in __ww_mutex_kill()
805 __ww_mutex_check_kill(struct mutex *lock, struct mutex_waiter *waiter, in __ww_mutex_check_kill()
853 struct mutex *lock, in __ww_mutex_add_waiter()
926 __mutex_lock_common(struct mutex *lock, long state, unsigned int subclass, in __mutex_lock_common()
1100 __mutex_lock(struct mutex *lock, long state, unsigned int subclass, in __mutex_lock()
1107 __ww_mutex_lock(struct mutex *lock, long state, unsigned int subclass, in __ww_mutex_lock()
1116 mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested()
1124 _mutex_lock_nest_lock(struct mutex *lock, struct lockdep_map *nest) in _mutex_lock_nest_lock()
1131 mutex_lock_killable_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_killable_nested()
1138 mutex_lock_interruptible_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_interruptible_nested()
1145 mutex_lock_io_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_io_nested()
1222 static noinline void __sched __mutex_unlock_slowpath(struct mutex *lock, unsigned long ip) in __mutex_unlock_slowpath()
1289 __mutex_lock_killable_slowpath(struct mutex *lock);
1292 __mutex_lock_interruptible_slowpath(struct mutex *lock);
1306 int __sched mutex_lock_interruptible(struct mutex *lock) in mutex_lock_interruptible()
1330 int __sched mutex_lock_killable(struct mutex *lock) in mutex_lock_killable()
1351 void __sched mutex_lock_io(struct mutex *lock) in mutex_lock_io()
1362 __mutex_lock_slowpath(struct mutex *lock) in __mutex_lock_slowpath()
1368 __mutex_lock_killable_slowpath(struct mutex *lock) in __mutex_lock_killable_slowpath()
1374 __mutex_lock_interruptible_slowpath(struct mutex *lock) in __mutex_lock_interruptible_slowpath()
1410 int __sched mutex_trylock(struct mutex *lock) in mutex_trylock()
1466 int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock) in atomic_dec_and_mutex_lock()