Searched refs:MAX_JOBS (Results 1 – 4 of 4) sorted by relevance
136 uint32_t jobId[MAX_JOBS];146 PersistTaskInfo taskInfo[MAX_JOBS];
37 #define MAX_JOBS (10) macro
600 if (resultList.size() >= MAX_JOBS) { in HandlePersistStartRqst()626 for (auto it = resultList.begin(); it != resultList.end() && rsp.jobNum < MAX_JOBS; ++it) { in HandlePersistStopRqst()651 for (auto it = resultList.begin(); it != resultList.end() && rsp.jobNum < MAX_JOBS; ++it) { in HandlePersistQueryRqst()
137 {ERR_TOO_MANY_JOBS, ("Too many jobs are running, max job count is:" + to_string(MAX_JOBS))},