Home
last modified time | relevance | path

Searched refs:ring_mirror_list (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/scheduler/
Dsched_main.c201 !list_empty(&sched->ring_mirror_list)) in drm_sched_start_timeout()
261 if (list_empty(&sched->ring_mirror_list)) in drm_sched_resume_timeout()
275 list_add_tail(&s_job->node, &sched->ring_mirror_list); in drm_sched_job_begin()
289 job = list_first_entry_or_null(&sched->ring_mirror_list, in drm_sched_job_timedout()
395 list_add(&bad->node, &sched->ring_mirror_list); in drm_sched_stop()
403 list_for_each_entry_safe_reverse(s_job, tmp, &sched->ring_mirror_list, node) { in drm_sched_stop()
465 list_for_each_entry_safe(s_job, tmp, &sched->ring_mirror_list, node) { in drm_sched_start()
508 list_for_each_entry_safe(s_job, tmp, &sched->ring_mirror_list, node) { in drm_sched_resubmit_jobs()
686 job = list_first_entry_or_null(&sched->ring_mirror_list, in drm_sched_get_cleanup_job()
860 INIT_LIST_HEAD(&sched->ring_mirror_list); in drm_sched_init()
/Linux-v5.10/include/drm/
Dgpu_scheduler.h285 struct list_head ring_mirror_list; member
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_job.c274 list_for_each_entry(s_job, &sched->ring_mirror_list, node) { in amdgpu_job_stop_all_jobs_on_sched()
Damdgpu_debugfs.c1396 list_for_each_entry(s_job, &sched->ring_mirror_list, node) { in amdgpu_ib_preempt_job_recovery()
1428 list_for_each_entry_safe(s_job, tmp, &sched->ring_mirror_list, node) { in amdgpu_ib_preempt_mark_partial_job()
Damdgpu_device.c4125 job = list_first_entry_or_null(&ring->sched.ring_mirror_list, in amdgpu_device_has_job_running()