Lines Matching defs:runall
1271 ** runall -- schedule even if individual bit is not set.
1284 schedule_queue_runs(runall, wgrp, didit)
1285 bool runall;
1323 if ((runall || Queue[qgrp]->qg_nextrun <= now) && qintvl > 0)
1344 "sqr: wgrp=%d, cgrp=%d, qgrp=%d, intvl=%ld, QI=%ld, runall=%d, lastrun=%ld, nextrun=%ld, sched=%d",
1346 QueueIntvl, runall, lastsched,
1424 ** runall -- run all groups or only a subset (DoQueueRun)?
1445 runqueue(forkflag, verbose, persistent, runall)
1449 bool runall;
1540 if (runall)
1558 schedule_queue_runs(runall, curnum, true);
1569 schedule_queue_runs(runall, h, false);