Searched refs:MAX_ONGOING_JOBS (Results 1 – 2 of 2) sorted by relevance
127 #define MAX_ONGOING_JOBS 25 macro586 bool mDeffOngoingJobs[MAX_ONGOING_JOBS];
6310 for (int i = 0; i < MAX_ONGOING_JOBS; ++i) { in queueDefferedWork()6339 if ((MAX_ONGOING_JOBS <= job_id) || (0 > job_id)) { in waitDefferedWork()6347 job_id = MAX_ONGOING_JOBS; in waitDefferedWork()