Home
last modified time | relevance | path

Searched refs:sched_timeout (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit_types.h90 long sched_timeout; member
/linux/drivers/gpu/drm/scheduler/
H A Dsched_main.c503 unsigned long sched_timeout, now = jiffies; in drm_sched_suspend_timeout() local
505 sched_timeout = sched->work_tdr.timer.expires; in drm_sched_suspend_timeout()
512 && time_after(sched_timeout, now)) in drm_sched_suspend_timeout()
513 return sched_timeout - now; in drm_sched_suspend_timeout()