Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/locking/
Dww_mutex.h441 __ww_mutex_check_kill(struct MUTEX *lock, struct MUTEX_WAITER *waiter, in __ww_mutex_check_kill() function
Drtmutex.c52 static inline int __ww_mutex_check_kill(struct rt_mutex *lock, in __ww_mutex_check_kill() function
1604 ret = __ww_mutex_check_kill(rtm, waiter, ww_ctx); in rt_mutex_slowlock_block()
Dmutex.c673 ret = __ww_mutex_check_kill(lock, &waiter, ww_ctx); in __mutex_lock_common()