Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/locking/
Dmutex.c73 static inline struct task_struct *__mutex_owner(struct mutex *lock) in __mutex_owner() function
85 return __mutex_owner(lock) != NULL; in mutex_is_locked()
92 if (unlikely(__mutex_owner(lock) == current)) in mutex_trylock_recursive()
393 struct task_struct *owner = __mutex_owner(lock); in __ww_mutex_wound()
556 while (__mutex_owner(lock) == owner) { in mutex_spin_on_owner()
598 owner = __mutex_owner(lock); in mutex_can_spin_on_owner()