Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_guc_submit_types.h90 long sched_timeout; member
A Dxe_guc_submit.c2234 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()
/drivers/gpu/drm/scheduler/
A Dsched_main.c483 unsigned long sched_timeout, now = jiffies; in drm_sched_suspend_timeout() local
485 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