Lines Matching refs:last_ctx
1220 struct io_ring_ctx *last_ctx = NULL;
1226 if (sync && last_ctx != req->ctx) {
1227 if (last_ctx) {
1228 flush_delayed_work(&last_ctx->fallback_work);
1229 percpu_ref_put(&last_ctx->refs);
1231 last_ctx = req->ctx;
1232 percpu_ref_get(&last_ctx->refs);
1239 if (last_ctx) {
1240 flush_delayed_work(&last_ctx->fallback_work);
1241 percpu_ref_put(&last_ctx->refs);