Searched refs:timeslice_max (Results 1 – 4 of 4) sorted by relevance
232 u32 max = eclass->sched_props.timeslice_max; in timeslice_duration_store()268 WRITE_ONCE(eclass->sched_props.timeslice_max, duration); in timeslice_duration_max_store()279 return sysfs_emit(buf, "%u\n", eclass->sched_props.timeslice_max); in timeslice_duration_max_show()298 if (duration > eclass->sched_props.timeslice_max) in timeslice_duration_min_store()363 return sysfs_emit(buf, "%u\n", eclass->defaults.timeslice_max); in timeslice_max_default()
93 u32 timeslice_max; member
536 hwe->eclass->sched_props.timeslice_max = XE_HW_ENGINE_TIMESLICE_MAX; in hw_engine_init_early()
597 *max = eclass->sched_props.timeslice_max; in xe_exec_queue_get_prop_minmax()