Searched refs:bypass (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/coshell/
H A Dschedule.c86 int bypass; local
254 if (ap != state.shell && (ap->override || !IDLE(ap->stat.idle, ap->idle) && (!ap->bypass || !(bypass = miscmatch(ap, ap->bypass)))))
281 if (v < sv && ap->running < (state.perhost ? state.perhost : ap->cpu * state.percpu) && (!state.maxload || (ap->stat.load / ap->scale) < state.maxload) && (!sp || bypass || IDLE(ap->stat.idle, ap->idle) || !IDLE(sp->stat.idle, sp->idle)))
287 else if (!ap->fd && (!mp || ap->rank < mp->rank) && (IDLE(ap->stat.idle, ap->idle) || ap->home || ap->bypass && miscmatch(ap, ap->bypass) || ((a->set | op) & (SETMISC|DEF|NEW|SET)) == SETMISC)) mp = ap;
421 if (a->set & SETBYPASS) sp->bypass = dupstring(sp->bypass, a->bypass);
[all...]
H A Dservice.h55 char* bypass; /* idle bypass expression */ \
147 #define SETBYPASS (1<<8) /* bypass was set */
194 char* bypass; member in struct:__anon58
H A Djob.c125 if (sp->stat.idle < state.busy && (!sp->bypass || !miscmatch(sp, sp->bypass)))
H A Dcommand.c709 if (sp->bypass)
710 sfprintf(state.string, " bypass=%s", sp->bypass);
/ast/src/cmd/ksh93/bltins/
H A Dread.c88 goto bypass;
167 bypass:

Completed in 13 milliseconds