Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/scheduler/
H A Dsched_main.c586 bool found_guilty = false; in drm_sched_resubmit_jobs() local
592 if (!found_guilty && atomic_read(&s_job->karma) > sched->hang_limit) { in drm_sched_resubmit_jobs()
593 found_guilty = true; in drm_sched_resubmit_jobs()
597 if (found_guilty && s_job->s_fence->scheduled.context == guilty_context) in drm_sched_resubmit_jobs()