Searched refs:jobs_no_to_notify (Results 1 – 1 of 1) sorted by relevance
535 int32_t jobs_no_to_notify = 0; /* the number of done jobs to notify*/ in hw_poll_job_ring() local567 jobs_no_to_notify = (limit > number_of_jobs_available) ? in hw_poll_job_ring()572 limit, number_of_jobs_available, jobs_no_to_notify); in hw_poll_job_ring()576 while (jobs_no_to_notify > notified_descs_no) { in hw_poll_job_ring()