Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/scheduler/
Dsched_main.c228 unsigned long sched_timeout, now = jiffies; in drm_sched_suspend_timeout() local
230 sched_timeout = sched->work_tdr.timer.expires; in drm_sched_suspend_timeout()
237 && time_after(sched_timeout, now)) in drm_sched_suspend_timeout()
238 return sched_timeout - now; in drm_sched_suspend_timeout()