Home
last modified time | relevance | path

Searched refs:last_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/st/sti/hva/
H A Dhva-debugfs.c305 struct hva_ctx *last_ctx = &hva->dbg.last_ctx; in last_show() local
307 if (last_ctx->flags & HVA_FLAG_STREAMINFO) { in last_show()
310 hva_dbg_perf_compute(last_ctx); in last_show()
311 format_ctx(s, last_ctx); in last_show()
393 memcpy(&hva->dbg.last_ctx, ctx, sizeof(*ctx)); in hva_dbg_ctx_remove()
/linux/io_uring/
H A Dio_uring.c1140 struct io_ring_ctx *last_ctx = NULL; in __io_fallback_tw()
1146 if (last_ctx != req->ctx) { in __io_fallback_tw()
1147 if (last_ctx) { in __io_fallback_tw()
1149 flush_delayed_work(&last_ctx->fallback_work); in __io_fallback_tw()
1150 percpu_ref_put(&last_ctx->refs); in __io_fallback_tw()
1152 last_ctx = req->ctx; in __io_fallback_tw()
1153 percpu_ref_get(&last_ctx->refs); in __io_fallback_tw()
1155 if (llist_add(&req->io_task_work.node, &last_ctx->fallback_llist)) in __io_fallback_tw()
1156 schedule_delayed_work(&last_ctx->fallback_work, 1); in __io_fallback_tw()
1159 if (last_ctx) { in __io_fallback_tw()
1139 struct io_ring_ctx *last_ctx = NULL; __io_fallback_tw() local
[all...]