Lines Matching defs:job
196 struct host1x_job *job;
198 list_for_each_entry(job, &cdma->sync_queue, list) {
202 job->syncpt->id, job->syncpt_end, job->timeout,
203 job->num_slots, job->num_unpins);
205 show_gather(o, pb->dma + job->first_get, job->num_slots * 2, cdma,
206 pb->dma + job->first_get, pb->mapped + job->first_get);
208 for (i = 0; i < job->num_cmds; i++) {
212 if (job->cmds[i].is_wait)
215 g = &job->cmds[i].gather;
217 if (job->gather_copy_mapped)
218 mapped = (u32 *)job->gather_copy_mapped;
233 if (!job->gather_copy_mapped)