Lines Matching defs:job
196 struct host1x_job *job;
203 list_for_each_entry(job, &cdma->sync_queue, list) {
207 job, job->syncpt_id, job->syncpt_end,
208 job->first_get, job->timeout,
209 job->num_slots, job->num_unpins);
211 for (i = 0; i < job->num_gathers; i++) {
212 struct host1x_job_gather *g = &job->gathers[i];
215 if (job->gather_copy_mapped)
216 mapped = (u32 *)job->gather_copy_mapped;
231 if (!job->gather_copy_mapped)