Home
last modified time | relevance | path

Searched refs:last_ctx (Results 1 – 7 of 7) 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()
H A Dhva.h288 * @last_ctx: debug information about last running instance context
292 struct hva_ctx last_ctx; member
/linux/drivers/gpu/drm/i915/gvt/
H A Dscheduler.c201 if (s->last_ctx[ring_id].valid && in populate_shadow_context()
202 (s->last_ctx[ring_id].lrca == in populate_shadow_context()
204 (s->last_ctx[ring_id].ring_context_gpa == in populate_shadow_context()
208 s->last_ctx[ring_id].lrca = workload->ctx_desc.lrca; in populate_shadow_context()
209 s->last_ctx[ring_id].ring_context_gpa = workload->ring_context_gpa; in populate_shadow_context()
214 s->last_ctx[ring_id].valid = false; in populate_shadow_context()
258 s->last_ctx[ring_id].valid = true; in populate_shadow_context()
1438 memset(s->last_ctx, 0, sizeof(s->last_ctx)); in intel_vgpu_setup_submission()
H A Dgvt.h171 } last_ctx[I915_NUM_ENGINES]; member
/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-m2m.c134 if (m2m->last_ctx != ctx) { in mxc_isi_m2m_device_run()
159 m2m->last_ctx = ctx; in mxc_isi_m2m_device_run()
590 if (m2m->last_ctx == ctx) in mxc_isi_m2m_streamoff()
591 m2m->last_ctx = NULL; in mxc_isi_m2m_streamoff()
H A Dimx8-isi-core.h270 /* Protects last_ctx, usage_count and chained_count */
273 struct mxc_isi_m2m_ctx *last_ctx; member
/linux/io_uring/
H A Dio_uring.c1120 struct io_ring_ctx *last_ctx = NULL; in __io_fallback_tw() local
1126 if (last_ctx != req->ctx) { in __io_fallback_tw()
1127 if (last_ctx) { in __io_fallback_tw()
1129 flush_delayed_work(&last_ctx->fallback_work); in __io_fallback_tw()
1130 percpu_ref_put(&last_ctx->refs); in __io_fallback_tw()
1132 last_ctx = req->ctx; in __io_fallback_tw()
1133 percpu_ref_get(&last_ctx->refs); in __io_fallback_tw()
1135 if (llist_add(&req->io_task_work.node, &last_ctx->fallback_llist)) in __io_fallback_tw()
1136 schedule_delayed_work(&last_ctx->fallback_work, 1); in __io_fallback_tw()
1139 if (last_ctx) { in __io_fallback_tw()
[all...]