Searched refs:SETBIAS (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/coshell/
H A Dcotest.c84 if (!(state.home->flags & SETBIAS)) state.home->bias *= 4;
H A Dservice.h146 #define SETBIAS (1<<7) /* bias was set */ macro
H A Dschedule.c194 if (!(a->set & SETBIAS)) a->bias = BIAS;
422 if (a->set & SETBIAS) sp->bias = a->bias;
458 if (!sp->update && !(op & GET) || (a->set & (SETBIAS|SETCPU|SETIDLE|SETIGNORE|SETRATING|SETSCALE)) && sp->update <= cs.time + UPDATE) update(sp);
H A Dmain.c174 if (!(state.home->flags & SETBIAS)) state.home->bias *= 4;

Completed in 16 milliseconds