Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dsched_4bsd.c77 min((e), INVERSE_ESTCPU_WEIGHT * (NICE_WEIGHT * (PRIO_MAX - PRIO_MIN) - \
84 #define NICE_WEIGHT 1 /* Priorities per nice level. */ macro
601 NICE_WEIGHT * (td->td_proc->p_nice - PRIO_MIN); in resetpriority()