Home
last modified time | relevance | path

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

/linux-6.15/kernel/locking/
H A Dmutex.h43 static inline struct task_struct *__mutex_owner(struct mutex *lock) in __mutex_owner() function
H A Dmutex.c66 return __mutex_owner(lock) != NULL; in mutex_is_locked()
350 while (__mutex_owner(lock) == owner) { in mutex_spin_on_owner()
398 owner = __mutex_owner(lock); in mutex_can_spin_on_owner()
H A Dww_mutex.h64 return __mutex_owner(lock); in __ww_mutex_owner()