Searched refs:jobs_no_to_notify (Results 1 – 1 of 1) sorted by relevance
435 int32_t jobs_no_to_notify = 0; in hw_poll_job_ring() local474 jobs_no_to_notify = (limit < 0 || limit > 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()480 while (jobs_no_to_notify > notified_descs_no) { in hw_poll_job_ring()
Completed in 3 milliseconds