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

/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)) macro
280 v = RNK(ap, a);
290 if (mp && (!sp || nopen < state.pool + noverride && RNK(mp, a) < PCT(sv, H_RANK))) sp = mp;

Completed in 10 milliseconds