Lines Matching refs:DEBUG_LOCKS_WARN_ON
99 DEBUG_LOCKS_WARN_ON(flags & MUTEX_FLAG_PICKUP); in __mutex_trylock_or_owner()
205 DEBUG_LOCKS_WARN_ON(__owner_task(owner) != current); in __mutex_handoff()
206 DEBUG_LOCKS_WARN_ON(owner & MUTEX_FLAG_PICKUP); in __mutex_handoff()
288 DEBUG_LOCKS_WARN_ON(ww->ctx); in ww_mutex_lock_acquired()
293 DEBUG_LOCKS_WARN_ON(ww_ctx->done_acquire); in ww_mutex_lock_acquired()
300 DEBUG_LOCKS_WARN_ON(ww_ctx->contending_lock != ww); in ww_mutex_lock_acquired()
306 DEBUG_LOCKS_WARN_ON(ww_ctx->acquired > 0); in ww_mutex_lock_acquired()
313 DEBUG_LOCKS_WARN_ON(ww_ctx->ww_class != ww->ww_class); in ww_mutex_lock_acquired()
736 DEBUG_LOCKS_WARN_ON(!lock->ctx->acquired); in ww_mutex_unlock()
756 DEBUG_LOCKS_WARN_ON(ww_ctx->contending_lock); in __ww_mutex_kill()
1211 DEBUG_LOCKS_WARN_ON(__owner_task(owner) != current); in __mutex_unlock_slowpath()
1212 DEBUG_LOCKS_WARN_ON(owner & MUTEX_FLAG_PICKUP); in __mutex_unlock_slowpath()