Searched refs:next_vgpu (Results 1 – 2 of 2) sorted by relevance
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()[all …]
46 struct intel_vgpu *next_vgpu; member
Completed in 4 milliseconds