Lines Matching refs:running
90 struct intel_vgpu_execlist_slot *running = execlist->running_slot; in emulate_execlist_status() local
101 if (running) { in emulate_execlist_status()
102 status.current_execlist_pointer = !!running->index; in emulate_execlist_status()
103 status.execlist_write_pointer = !!!running->index; in emulate_execlist_status()
105 !!!(running->index); in emulate_execlist_status()
107 !!(running->index); in emulate_execlist_status()
185 struct intel_vgpu_execlist_slot *running = execlist->running_slot; in emulate_execlist_ctx_schedule_out() local
187 struct execlist_ctx_descriptor_format *ctx0 = &running->ctx[0]; in emulate_execlist_ctx_schedule_out()
188 struct execlist_ctx_descriptor_format *ctx1 = &running->ctx[1]; in emulate_execlist_ctx_schedule_out()
276 struct intel_vgpu_execlist_slot *running = execlist->running_slot; in emulate_execlist_schedule_in() local
305 if (!running) { in emulate_execlist_schedule_in()
325 ctx0 = &running->ctx[0]; in emulate_execlist_schedule_in()
326 ctx1 = &running->ctx[1]; in emulate_execlist_schedule_in()
329 running->index, ctx0->context_id, ctx1->context_id); in emulate_execlist_schedule_in()