Searched refs:num_gathers (Results 1 – 4 of 4) sorted by relevance
101 struct host1x_job_gather *gather = &job->gathers[job->num_gathers]; in host1x_job_add_gather()107 job->num_gathers++; in host1x_job_add_gather()137 for (i = 0; i < job->num_gathers; i++) { in pin_job()463 for (i = 0; i < job->num_gathers; i++) { in copy_gathers()486 for (i = 0; i < job->num_gathers; i++) { in copy_gathers()532 for (i = 0; i < job->num_gathers; i++) { in host1x_job_pin()543 for (j = i + 1; j < job->num_gathers; j++) { in host1x_job_pin()
66 for (i = 0; i < job->num_gathers; i++) { in submit_gathers()106 job->num_gathers, job->num_relocs, in channel_submit()
214 for (i = 0; i < job->num_gathers; i++) { in show_channel_gathers()
210 unsigned int num_gathers; member