Lines Matching full:acquired
182 * Associate the ww_mutex @ww with the context @ww_ctx under which we acquired
213 DEBUG_LOCKS_WARN_ON(ww_ctx->acquired > 0);
222 ww_ctx->acquired++;
277 * Among waiters with context, only the first one can have other locks acquired
278 * already (ctx->acquired > 0), because __ww_mutex_add_waiter() and
288 if (waiter->ww_ctx->acquired > 0 && __ww_ctx_less(waiter->ww_ctx, ww_ctx)) {
337 if (ww_ctx->acquired > 0 && __ww_ctx_less(hold_ctx, ww_ctx)) {
366 * We just acquired @lock under @ww_ctx, if there are more important contexts
448 if (ww_ctx->acquired > 0) {
482 if (ctx->acquired == 0)
599 DEBUG_LOCKS_WARN_ON(!lock->ctx->acquired);
601 if (lock->ctx->acquired > 0)
602 lock->ctx->acquired--;