Searched refs:exec_queue_list (Results 1 – 2 of 2) sorted by relevance
39 list_for_each_entry(q, &group->exec_queue_list, hw_engine_group_link) { in hw_engine_group_resume_lr_jobs_func()66 INIT_LIST_HEAD(&group->exec_queue_list); in hw_engine_group_alloc()172 list_add(&q->hw_engine_group_link, &group->exec_queue_list); in xe_hw_engine_group_add_exec_queue()226 list_for_each_entry(q, &group->exec_queue_list, hw_engine_group_link) { in xe_hw_engine_group_suspend_faulting_lr_jobs()234 list_for_each_entry(q, &group->exec_queue_list, hw_engine_group_link) { in xe_hw_engine_group_suspend_faulting_lr_jobs()271 list_for_each_entry(q, &group->exec_queue_list, hw_engine_group_link) { in xe_hw_engine_group_wait_for_dma_fence_jobs()
36 struct list_head exec_queue_list; member