Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c478 struct list_head in_flight_jobs; member
1408 list_for_each_entry(job, &queue->fence_ctx.in_flight_jobs, node) { in cs_slot_process_fault_event_locked()
2079 list_for_each_entry_safe(job, tmp, &queue->fence_ctx.in_flight_jobs, node) { in group_term_post_processing()
2911 list_for_each_entry_safe(job, job_tmp, &queue->fence_ctx.in_flight_jobs, node) { in group_sync_upd_work()
3164 list_add_tail(&job->node, &queue->fence_ctx.in_flight_jobs); in queue_run_job()
3310 INIT_LIST_HEAD(&queue->fence_ctx.in_flight_jobs); in group_create_queue()