Searched refs:job_q (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/ |
| H A D | rve_job.c | 119 struct rve_job *job_pos, *job_q; in rve_job_session_destroy() local 129 list_for_each_entry_safe(job_pos, job_q, &scheduler->todo_list, head) { in rve_job_session_destroy() 937 struct rve_job *job_pos, *job_q, *job; in rve_internal_ctx_kref_release() local 957 list_for_each_entry_safe(job_pos, job_q, &scheduler->todo_list, head) { in rve_internal_ctx_kref_release()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_job.c | 622 struct rga_job *job, *job_q; in rga_request_scheduler_job_abort() local 629 list_for_each_entry_safe(job, job_q, &scheduler->todo_list, head) { in rga_request_scheduler_job_abort() 666 list_for_each_entry_safe(job, job_q, &list_to_free, head) { in rga_request_scheduler_job_abort()
|