Lines Matching defs:eclass
237 q->sched_props.timeslice_us = hwe->eclass->sched_props.timeslice_us;
239 hwe->eclass->sched_props.preempt_timeout_us;
241 hwe->eclass->sched_props.job_timeout_ms;
722 xe_exec_queue_get_prop_minmax(struct xe_hw_engine_class_intf *eclass,
728 *min = eclass->sched_props.job_timeout_min;
729 *max = eclass->sched_props.job_timeout_max;
732 *min = eclass->sched_props.timeslice_min;
733 *max = eclass->sched_props.timeslice_max;
736 *min = eclass->sched_props.preempt_timeout_min;
737 *max = eclass->sched_props.preempt_timeout_max;
769 xe_exec_queue_get_prop_minmax(q->hwe->eclass,