Lines Matching defs:run
35 * <time> is the earliest absolute time the job can be run
119 unsigned long run;
159 unsigned long total; /* total number of jobs run */
492 * insert a job into the run list
507 * remove job from the run list
521 if (job->run)
531 if (job->run)
539 job->run = 0;
619 message((-2, "schedule job=%s start=%lu time=%lu queue=%s load=%d.%02d/%d.%02d%s", job->name, job->start, cs.time, job->queue->name, job->queue->load / 100, job->queue->load % 100, st.load / 100, st.load % 100, job->run ? " RUNNING" : job->start <= cs.time ? " READY" : ""));
620 if (!job->run)
633 job->run = cs.time;