Searched refs:sched_timeout (Results 1 – 4 of 4) sorted by relevance
63 long sched_timeout; in msm_ringbuffer_new() local99 sched_timeout = MAX_SCHEDULE_TIMEOUT; in msm_ringbuffer_new()103 num_hw_submissions, 0, sched_timeout, in msm_ringbuffer_new()
90 long sched_timeout; member
2099 snapshot->sched_timeout = sched->base.timeout; in xe_guc_exec_queue_snapshot_capture()2189 drm_printf(p, "\tTimeout: %ld (ms)\n", snapshot->sched_timeout); in xe_guc_exec_queue_snapshot_print()
505 unsigned long sched_timeout, now = jiffies; in drm_sched_suspend_timeout() local507 sched_timeout = sched->work_tdr.timer.expires; in drm_sched_suspend_timeout()514 && time_after(sched_timeout, now)) in drm_sched_suspend_timeout()515 return sched_timeout - now; in drm_sched_suspend_timeout()
Completed in 14 milliseconds