Home
last modified time | relevance | path

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

/linux/kernel/locking/ !
H A Dww_mutex.h461 __ww_mutex_check_kill(struct MUTEX *lock, struct MUTEX_WAITER *waiter, in __ww_mutex_check_kill() function
H A Drtmutex.c55 static inline int __ww_mutex_check_kill(struct rt_mutex *lock, in __ww_mutex_check_kill() function
1634 ret = __ww_mutex_check_kill(rtm, waiter, ww_ctx); in rt_mutex_slowlock_block()
H A Dmutex.c669 ret = __ww_mutex_check_kill(lock, &waiter, ww_ctx); in __mutex_lock_common()