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

/ast/src/cmd/coshell/
H A Dschedule.c37 #define H_RANK 85 /* rank hysterisis % */ macro
290 if (mp && (!sp || nopen < state.pool + noverride && RNK(mp, a) < PCT(sv, H_RANK))) sp = mp;
295 if (!xp->running && (nopen - xp->cpu >= state.pool + noverride || state.open - xp->cpu >= state.fdtotal / 2 || xp == dp && cs.time > dt && (!xm || !mp || mp->rank < PCT(xp->rank, H_RANK))))

Completed in 15 milliseconds