Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/scheduler/
H A Dsched_main.c306 queue_delayed_work(sched->timeout_wq, &sched->work_tdr, sched->timeout); in drm_sched_start_timeout()
319 mod_delayed_work(sched->timeout_wq, &sched->work_tdr, 0); in drm_sched_fault()
340 sched_timeout = sched->work_tdr.timer.expires; in drm_sched_suspend_timeout()
342 sched_timeout = sched->work_tdr.to.to_time; in drm_sched_suspend_timeout()
371 cancel_delayed_work(&sched->work_tdr); in drm_sched_resume_timeout()
373 mod_delayed_work(sched->timeout_wq, &sched->work_tdr, remaining); in drm_sched_resume_timeout()
395 sched = container_of(work, struct drm_gpu_scheduler, work_tdr.work); in drm_sched_job_timedout()
513 cancel_delayed_work(&sched->work_tdr); in drm_sched_stop()
939 cancel_delayed_work(&sched->work_tdr); in drm_sched_get_cleanup_job()
1124 INIT_DELAYED_WORK(&sched->work_tdr, drm_sched_job_timedout); in drm_sched_init()
[all …]
/openbsd/sys/dev/pci/drm/include/drm/
H A Dgpu_scheduler.h513 struct delayed_work work_tdr; member