Lines Matching defs:jobs
568 struct fdp1_job jobs[FDP1_NUMBER_JOBS];
690 /* Ensure that all residue from previous jobs is gone */
1198 dprintk(fdp1, "No free jobs currently available\n");
1244 * if there are more jobs instead
1259 * queue. The queue is then processed to create as many jobs as possible
1286 /* Queue as many jobs as our data provides for */
1291 dprintk(fdp1, "No jobs were processed. M2M action complete\n");
2277 /* Initialise the jobs on the free list */
2278 for (i = 0; i < ARRAY_SIZE(fdp1->jobs); i++)
2279 list_add(&fdp1->jobs[i].list, &fdp1->free_job_list);