Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/locking/
Dww_mutex.h449 __ww_mutex_check_kill(struct MUTEX *lock, struct MUTEX_WAITER *waiter, in __ww_mutex_check_kill() function
Drtmutex.c54 static inline int __ww_mutex_check_kill(struct rt_mutex *lock, in __ww_mutex_check_kill() function
1630 ret = __ww_mutex_check_kill(rtm, waiter, ww_ctx); in rt_mutex_slowlock_block()
Dmutex.c655 ret = __ww_mutex_check_kill(lock, &waiter, ww_ctx); in __mutex_lock_common()