Searched refs:jstart (Results 1 – 2 of 2) sorted by relevance
329 JOB *jstart, *jlist = (JOB *)list->job; in remove_completed_jobs() local332 jstart = jlist; in remove_completed_jobs()340 if (jlist == jstart) { // if 1st node has to delete. in remove_completed_jobs()341 jstart = jstart->next; in remove_completed_jobs()346 if (jlist == jstart) break; in remove_completed_jobs()507 JOB *job, *jstart; in count_running_jobs() local511 job = jstart = (JOB *)cfile->job; in count_running_jobs()529 if ((job = job->next) == jstart) break; in count_running_jobs()540 JOB *job, *jstart; in execute_jobs() local543 job = jstart = (JOB *)cfile->job; in execute_jobs()[all …]
54 Index fsupc, i, j, k, jstart; in fixupL() local63 jstart = glu.xlsub(fsupc); in fixupL()65 for (j = jstart; j < glu.xlsub(fsupc + 1); j++) in fixupL()