Searched refs:current_vgpu (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dsched_policy.c140 /* no need to schedule if next_vgpu is the same with current_vgpu,
143 if (scheduler->next_vgpu == scheduler->current_vgpu) {
161 vgpu_update_timeslice(scheduler->current_vgpu, cur_time);
166 scheduler->current_vgpu = scheduler->next_vgpu;
258 vgpu_update_timeslice(gvt->scheduler.current_vgpu, cur_time);
463 if (scheduler->current_vgpu == vgpu) {
466 scheduler->current_vgpu = NULL;
H A Dscheduler.h45 struct intel_vgpu *current_vgpu; member in struct:intel_gvt_workload_scheduler
H A Dscheduler.c859 if (!scheduler->current_vgpu) {
870 scheduler->current_vgpu->status) ||
871 list_empty(workload_q_head(scheduler->current_vgpu, engine)))
892 list_first_entry(workload_q_head(scheduler->current_vgpu,
H A Dvgpu.c449 * The current_vgpu will set to NULL after stopping the
452 if (scheduler->current_vgpu == NULL) {

Completed in 86 milliseconds