Searched refs:__mutex_owner (Results 1 – 2 of 2) sorted by relevance
73 static inline struct task_struct *__mutex_owner(struct mutex *lock) in __mutex_owner() function149 return __mutex_owner(lock) != NULL; in mutex_is_locked()226 if (unlikely(__mutex_owner(lock) == current)) in mutex_trylock_recursive()
366 struct task_struct *owner = __mutex_owner(lock); in __ww_mutex_wound()529 while (__mutex_owner(lock) == owner) { in mutex_spin_on_owner()571 owner = __mutex_owner(lock); in mutex_can_spin_on_owner()