Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/scheduler/
Dsched_main.c507 unsigned long sched_timeout, now = jiffies; in drm_sched_suspend_timeout() local
510 sched_timeout = sched->work_tdr.timer.expires; in drm_sched_suspend_timeout()
512 sched_timeout = sched->work_tdr.to.to_time; in drm_sched_suspend_timeout()
520 && time_after(sched_timeout, now)) in drm_sched_suspend_timeout()
521 return sched_timeout - now; in drm_sched_suspend_timeout()