Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dmutex.h43 static inline struct task_struct *__mutex_owner(struct mutex *lock) in __mutex_owner() function
H A Dmutex.c67 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()
H A Dww_mutex.h64 return __mutex_owner(lock); in __ww_mutex_owner()
/linux/kernel/sched/
H A Dcore.c6677 owner = __mutex_owner(mutex); in find_proxy_task()