Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/scheduler/
H A Dsched_main.c463 unsigned long sched_timeout, now = jiffies; in drm_sched_suspend_timeout() local
465 sched_timeout = sched->work_tdr.timer.expires; in drm_sched_suspend_timeout()
472 && time_after(sched_timeout, now)) in drm_sched_suspend_timeout()
473 return sched_timeout - now; in drm_sched_suspend_timeout()