Searched refs:maxjob (Results 1 – 1 of 1) sorted by relevance
1637 int maxjob; in sh_exec() local1638 if(((type&(FAMP|FINT)) == (FAMP|FINT)) && (maxjob=nv_getnum(JOBMAXNOD))>0) in sh_exec()1640 while(job.numbjob >= maxjob) in sh_exec()