Searched refs:__mutex_owner (Results 1 – 2 of 2) sorted by relevance
79 static inline struct task_struct *__mutex_owner(struct mutex *lock) in __mutex_owner() function91 return __mutex_owner(lock) != NULL; in mutex_is_locked()359 while (__mutex_owner(lock) == owner) { in mutex_spin_on_owner()407 owner = __mutex_owner(lock); in mutex_can_spin_on_owner()
64 return __mutex_owner(lock); in __ww_mutex_owner()