Searched refs:sched_timeout (Results 1 – 3 of 3) sorted by relevance
90 long sched_timeout; member
2234 snapshot->sched_timeout = sched->base.timeout; in xe_guc_exec_queue_snapshot_capture()2324 drm_printf(p, "\tTimeout: %ld (ms)\n", snapshot->sched_timeout); in xe_guc_exec_queue_snapshot_print()
483 unsigned long sched_timeout, now = jiffies; in drm_sched_suspend_timeout() local485 sched_timeout = sched->work_tdr.timer.expires; in drm_sched_suspend_timeout()492 && time_after(sched_timeout, now)) in drm_sched_suspend_timeout()493 return sched_timeout - now; in drm_sched_suspend_timeout()
Completed in 14 milliseconds