Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmutex.h73 static inline struct task_struct *__mutex_owner(struct mutex *lock) in __mutex_owner() function
149 return __mutex_owner(lock) != NULL; in mutex_is_locked()
226 if (unlikely(__mutex_owner(lock) == current)) in mutex_trylock_recursive()
/Linux-v4.19/kernel/locking/
Dmutex.c366 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()