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

/ast/src/lib/libcs/
H A Dgenlocal.sh165 package host name type cpu rating
168 then $rsh $host bin/package host name type cpu rating &
180 done | while read host type cpu rating
181 do $verbose type=$type cpu=$cpu rating=$rating
187 print $host" "type=$type" "${rating}${idle:+" idle=$idle"}${cpu:+" cpu=$cpu"}
242 print ${h[i]} ${t[i]} rating=${v[i]}" ${a[i]}"
/ast/src/cmd/coshell/
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))
361 sp->rating += ap->rating;
365 sp->rating /= n;
372 sp->rating = RATING;
433 if (a->set & SETRATING) sp->rating = a->rating;
497 if (!sp->rating)
498 sp->rating = 1;
499 n += W_LOAD * (((sp->stat.load / sp->scale) + CPU(sp->cpu, W_JOB * LOAD)) / T_LOAD) * sp->bias / sp->rating;
[all...]
H A Dservice.h69 int rating; /* cpu rating */ \
110 #define RATING 100 /* default rating */
154 #define SETRATING (1L<<15) /* rating was set */
199 int rating; member in struct:__anon58
H A Dcommand.c694 sfprintf(state.string, "%-12.12s rating=%s", sp->name, fmtfloat(sp->rating));
747 , fmtfloat(sp->rating)
769 tot.rating += sp->cpu * sp->rating;
775 tot.rating /= tot.cpu;
788 sfprintf(state.string, "%6s%7s%8s%6d%7s%7s%7s%7s%8s%6s%7s\n", num[0], num[1], num[2], state.cmds, fmtelapsed(cs.time - state.start, 1), fmtelapsed(state.real, 1), fmtelapsed(state.user, CO_QUANT), fmtelapsed(state.sys, CO_QUANT), num[3], fmtfloat(tot.stat.load), fmtfloat(tot.rating));
/ast/src/cmd/INIT/
H A Dpackage.sh233 [+rating?The cpu rating in pseudo mips; the value is
234 useful useful only in comparisons with rating values of
235 other hosts. Other than a vax rating (mercifully) fixed
238 determine the rating.]
1046 host [ canon cpu name rating type ... ]
1056 rating The cpu rating in pseudo mips; the value is useful
1057 useful only in comparisons with rating values of
1058 other hosts. Other than a vax rating fixe
[all...]

Completed in 71 milliseconds