Searched refs:same_context (Results 1 – 1 of 1) sorted by relevance
45 #define same_context(a, b) (((a)->context_id == (b)->context_id) && \ macro195 if (WARN_ON(!same_context(ctx, execlist->running_context))) { in emulate_execlist_ctx_schedule_out()204 if (valid_context(ctx1) && same_context(ctx0, ctx)) { in emulate_execlist_ctx_schedule_out()223 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx)) in emulate_execlist_ctx_schedule_out()224 || (valid_context(ctx1) && same_context(ctx1, ctx))) { in emulate_execlist_ctx_schedule_out()339 if ((valid_context(ctx1) && same_context(ctx1, &slot->ctx[0]) && in emulate_execlist_schedule_in()341 (!same_context(ctx0, execlist->running_context))) || in emulate_execlist_schedule_in()343 same_context(ctx0, &slot->ctx[0]))) { /* condition b */ in emulate_execlist_schedule_in()417 lite_restore = same_context(this_desc, next_desc); in complete_execlist_workload()