Home | History | Annotate | Download | only in engines

Lines Matching defs:numjobs

36 	unsigned int numjobs;
158 hd->fid_correction = (getpid() % hd->numjobs);
177 static unsigned int numjobs = 1; /* atleast one job has to be there! */
178 numjobs = (td->o.numjobs > numjobs) ? td->o.numjobs : numjobs;
213 hd->numjobs = numjobs;