• Home
  • Raw
  • Download

Lines Matching refs:mutex

49 __mutex_init(struct mutex *lock, const char *name, struct lock_class_key *key)  in __mutex_init()
83 static inline struct task_struct *__mutex_owner(struct mutex *lock) in __mutex_owner()
93 bool mutex_is_locked(struct mutex *lock) in mutex_is_locked()
107 static inline struct task_struct *__mutex_trylock_common(struct mutex *lock, bool handoff) in __mutex_trylock_common()
146 static inline bool __mutex_trylock_or_handoff(struct mutex *lock, bool handoff) in __mutex_trylock_or_handoff()
154 static inline bool __mutex_trylock(struct mutex *lock) in __mutex_trylock()
170 static __always_inline bool __mutex_trylock_fast(struct mutex *lock) in __mutex_trylock_fast()
183 static __always_inline bool __mutex_unlock_fast(struct mutex *lock) in __mutex_unlock_fast()
191 static inline void __mutex_set_flag(struct mutex *lock, unsigned long flag) in __mutex_set_flag()
196 static inline void __mutex_clear_flag(struct mutex *lock, unsigned long flag) in __mutex_clear_flag()
201 static inline bool __mutex_waiter_is_first(struct mutex *lock, struct mutex_waiter *waiter) in __mutex_waiter_is_first()
211 __mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, in __mutex_add_waiter()
225 __mutex_remove_waiter(struct mutex *lock, struct mutex_waiter *waiter) in __mutex_remove_waiter()
240 static void __mutex_handoff(struct mutex *lock, struct task_struct *task) in __mutex_handoff()
267 static void __sched __mutex_lock_slowpath(struct mutex *lock);
290 void __sched mutex_lock(struct mutex *lock) in mutex_lock()
307 static inline struct task_struct *__mutex_trylock_or_owner(struct mutex *lock) in __mutex_trylock_or_owner()
313 bool ww_mutex_spin_on_owner(struct mutex *lock, struct ww_acquire_ctx *ww_ctx, in ww_mutex_spin_on_owner()
361 bool mutex_spin_on_owner(struct mutex *lock, struct task_struct *owner, in mutex_spin_on_owner()
408 static inline int mutex_can_spin_on_owner(struct mutex *lock) in mutex_can_spin_on_owner()
458 mutex_optimistic_spin(struct mutex *lock, struct ww_acquire_ctx *ww_ctx, in mutex_optimistic_spin()
536 mutex_optimistic_spin(struct mutex *lock, struct ww_acquire_ctx *ww_ctx, in mutex_optimistic_spin()
543 static noinline void __sched __mutex_unlock_slowpath(struct mutex *lock, unsigned long ip);
556 void __sched mutex_unlock(struct mutex *lock) in mutex_unlock()
591 __mutex_lock_common(struct mutex *lock, unsigned int state, unsigned int subclass, in __mutex_lock_common()
771 __mutex_lock(struct mutex *lock, unsigned int state, unsigned int subclass, in __mutex_lock()
778 __ww_mutex_lock(struct mutex *lock, unsigned int state, unsigned int subclass, in __ww_mutex_lock()
824 mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested()
832 _mutex_lock_nest_lock(struct mutex *lock, struct lockdep_map *nest) in _mutex_lock_nest_lock()
839 mutex_lock_killable_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_killable_nested()
846 mutex_lock_interruptible_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_interruptible_nested()
853 mutex_lock_io_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_io_nested()
928 static noinline void __sched __mutex_unlock_slowpath(struct mutex *lock, unsigned long ip) in __mutex_unlock_slowpath()
988 __mutex_lock_killable_slowpath(struct mutex *lock);
991 __mutex_lock_interruptible_slowpath(struct mutex *lock);
1005 int __sched mutex_lock_interruptible(struct mutex *lock) in mutex_lock_interruptible()
1029 int __sched mutex_lock_killable(struct mutex *lock) in mutex_lock_killable()
1050 void __sched mutex_lock_io(struct mutex *lock) in mutex_lock_io()
1061 __mutex_lock_slowpath(struct mutex *lock) in __mutex_lock_slowpath()
1067 __mutex_lock_killable_slowpath(struct mutex *lock) in __mutex_lock_killable_slowpath()
1073 __mutex_lock_interruptible_slowpath(struct mutex *lock) in __mutex_lock_interruptible_slowpath()
1109 int __sched mutex_trylock(struct mutex *lock) in mutex_trylock()
1166 int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock) in atomic_dec_and_mutex_lock()