Searched refs:__mutex_owner (Results 1 – 4 of 4) sorted by relevance
43 static inline struct task_struct *__mutex_owner(struct mutex *lock) in __mutex_owner() function
67 return __mutex_owner(lock) != NULL; in mutex_is_locked()347 while (__mutex_owner(lock) == owner) { in mutex_spin_on_owner()395 owner = __mutex_owner(lock); in mutex_can_spin_on_owner()
64 return __mutex_owner(lock); in __ww_mutex_owner()
6677 owner = __mutex_owner(mutex); in find_proxy_task()