Lines Matching refs:uring_lock
104 lockdep_assert_held(&ctx->uring_lock);
212 lockdep_assert_held(&ctx->uring_lock);
214 mutex_unlock(&ctx->uring_lock);
221 * "Normal" inline submissions always hold the uring_lock, since we
227 mutex_lock(&ctx->uring_lock);
228 lockdep_assert_held(&ctx->uring_lock);
313 mutex_lock(&ctx->uring_lock);
320 * Protected by ->uring_lock and can only be used either with
324 __must_hold(&req->ctx->uring_lock)
328 lockdep_assert_held(&req->ctx->uring_lock);