Searched refs:sched_timeout (Results 1 – 2 of 2) sorted by relevance
52 long sched_timeout; in msm_ringbuffer_new() local88 sched_timeout = MAX_SCHEDULE_TIMEOUT; in msm_ringbuffer_new()91 num_hw_submissions, 0, sched_timeout, in msm_ringbuffer_new()
267 unsigned long sched_timeout, now = jiffies; in drm_sched_suspend_timeout() local269 sched_timeout = sched->work_tdr.timer.expires; in drm_sched_suspend_timeout()276 && time_after(sched_timeout, now)) in drm_sched_suspend_timeout()277 return sched_timeout - now; in drm_sched_suspend_timeout()
Completed in 13 milliseconds