HomeSort by: relevance | last modified time | path
    Searched refs:ring_mirror_list (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/scheduler/
sched_main.c 206 !list_empty(&sched->ring_mirror_list))
276 if (list_empty(&sched->ring_mirror_list))
291 list_add_tail(&s_job->node, &sched->ring_mirror_list);
306 job = list_first_entry_or_null(&sched->ring_mirror_list,
413 list_add(&bad->node, &sched->ring_mirror_list);
421 list_for_each_entry_safe_reverse(s_job, tmp, &sched->ring_mirror_list, node) {
428 * remove job from ring_mirror_list.
484 list_for_each_entry_safe(s_job, tmp, &sched->ring_mirror_list, node) {
527 list_for_each_entry_safe(s_job, tmp, &sched->ring_mirror_list, node) {
700 * is being parked and hence assumed to not touch ring_mirror_list
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
gpu_scheduler.h 183 * @node: used to append this struct to the @drm_gpu_scheduler.ring_mirror_list.
269 * @ring_mirror_list: the list of jobs which are currently in the job queue.
270 * @job_list_lock: lock to protect the ring_mirror_list.
291 struct list_head ring_mirror_list; member in struct:drm_gpu_scheduler
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_job.c 284 list_for_each_entry(s_job, &sched->ring_mirror_list, node) {
amdgpu_debugfs.c 1107 list_for_each_entry(s_job, &sched->ring_mirror_list, node) {
1135 list_for_each_entry(s_job, &sched->ring_mirror_list, node) {

Completed in 52 milliseconds