Lines Matching refs:score
1770 u_int pri, score; in sched_priority() local1790 score = imax(0, sched_interact_score(td) + nice); in sched_priority()1791 if (score < sched_interact) { in sched_priority()1793 pri += (PRI_MAX_INTERACT - PRI_MIN_INTERACT + 1) * score / in sched_priority()1797 pri, score)); in sched_priority()