Lines Matching full:jobs
54 /* ORJR - Output Ring Jobs Removed Register shows how many jobs were
68 * decremented by the hardware by the number of jobs enqueued.
78 /* ORSFR - Output Ring Slots Full register holds the number of jobs which were
312 ERROR("Removed too many jobs from job ring\n"); in hw_job_ring_error()
315 ERROR("Added too many jobs on job ring\n"); in hw_job_ring_error()
401 /* Discard all jobs */ in hw_flush_job_ring()
462 * If limit < 0 -> notify all done jobs in hw_poll_job_ring()
463 * If limit > total number of done jobs -> notify all done jobs in hw_poll_job_ring()
465 * If limit > 0 && limit < total number of done jobs -> notify a number in hw_poll_job_ring()
466 * of done jobs equal with limit in hw_poll_job_ring()
469 /*compute the number of jobs available in the job ring based on the in hw_poll_job_ring()
477 VERBOSE("Jobs submitted %d", number_of_jobs_available); in hw_poll_job_ring()
478 VERBOSE("Jobs to notify %d\n", jobs_no_to_notify); in hw_poll_job_ring()