Searched refs:BIAS (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/coshell/
H A Dservice.h97 #define BIAS 100 /* default bias */ macro
H A Dschedule.c46 #define RNK(p,a) (((p)->mode&SHELL_DISABLE)?INT_MAX:((p)->flags&IGN)?(INT_MAX/2):((((p)->stat.load/(p)->scale)+((p)->running*BIAS+CPU((p)->cpu,(a)->bias)))*(p)->bias*(((p)==state.home&&(p)->cpu==1)?400:100)/(p)->rating))
194 if (!(a->set & SETBIAS)) a->bias = BIAS;
377 sp->bias = BIAS;
H A Dcommand.c686 sfprintf(state.string, "CON JOBS TOTAL USER SYS IDLE CPU LOAD RATING BIAS TYPE HOST\n");
697 if (sp->bias != BIAS)

Completed in 15 milliseconds