Searched refs:job_list (Results 1 – 4 of 4) sorted by relevance
51 job_T *mch_detect_ended_job(job_T *job_list);
65 job_T *mch_detect_ended_job(job_T *job_list);
5882 mch_detect_ended_job(job_T *job_list) in mch_detect_ended_job() argument5908 for (job = job_list; job != NULL; job = job->jv_next) in mch_detect_ended_job()
5470 mch_detect_ended_job(job_T *job_list) in mch_detect_ended_job() argument5474 job_T *job = job_list; in mch_detect_ended_job()