Searched refs:contending_lock (Results 1 – 3 of 3) sorted by relevance
64 void *contending_lock; member143 ctx->contending_lock = NULL; in ww_acquire_init()297 DEBUG_LOCKS_WARN_ON(!ctx->contending_lock); in ww_mutex_lock_slow()333 DEBUG_LOCKS_WARN_ON(!ctx->contending_lock); in ww_mutex_lock_slow_interruptible()
197 if (ww_ctx->contending_lock) { in ww_mutex_lock_acquired()202 DEBUG_LOCKS_WARN_ON(ww_ctx->contending_lock != ww); in ww_mutex_lock_acquired()209 ww_ctx->contending_lock = NULL; in ww_mutex_lock_acquired()420 DEBUG_LOCKS_WARN_ON(ww_ctx->contending_lock); in __ww_mutex_kill()421 ww_ctx->contending_lock = ww; in __ww_mutex_kill()
847 ctx->contending_lock = lock; in ww_mutex_deadlock_injection()
Completed in 7 milliseconds