Lines Matching refs:next_vgpu
143 if (scheduler->next_vgpu == scheduler->current_vgpu) { in try_to_schedule_next_vgpu()
144 scheduler->next_vgpu = NULL; in try_to_schedule_next_vgpu()
162 vgpu_data = scheduler->next_vgpu->sched_data; in try_to_schedule_next_vgpu()
166 scheduler->current_vgpu = scheduler->next_vgpu; in try_to_schedule_next_vgpu()
167 scheduler->next_vgpu = NULL; in try_to_schedule_next_vgpu()
219 if (list_empty(&sched_data->lru_runq_head) || scheduler->next_vgpu) in tbs_sched_func()
224 scheduler->next_vgpu = vgpu; in tbs_sched_func()
233 scheduler->next_vgpu = gvt->idle_vgpu; in tbs_sched_func()
236 if (scheduler->next_vgpu) in tbs_sched_func()
460 if (scheduler->next_vgpu == vgpu) in intel_vgpu_stop_schedule()
461 scheduler->next_vgpu = NULL; in intel_vgpu_stop_schedule()