Home
last modified time | relevance | path

Searched refs:__mutex_owner (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/locking/
H A Dmutex.c79 static inline struct task_struct *__mutex_owner(struct mutex *lock) in __mutex_owner() function
91 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()
H A Dww_mutex.h64 return __mutex_owner(lock); in __ww_mutex_owner()