Home
last modified time | relevance | path

Searched refs:NICE_WEIGHT (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dsched_4bsd.c78 min((e), INVERSE_ESTCPU_WEIGHT * (NICE_WEIGHT * (PRIO_MAX - PRIO_MIN) - \
85 #define NICE_WEIGHT 1 /* Priorities per nice level. */ macro
612 NICE_WEIGHT * (td->td_proc->p_nice - PRIO_MIN); in resetpriority()