Lines Matching defs:nice
1015 char nice;
1070 * Set fx_nice to the nice value corresponding to the user
1071 * priority we are setting. Note that setting the nice field
1072 * of the parameter struct won't affect upri or nice.
1075 nice = NZERO - (reqfxupri * NZERO) / fx_maxupri;
1077 if (nice > NZERO)
1078 nice = NZERO;
1090 fxpp->fx_nice = nice;
1481 * Increment the nice value of the specified thread by incr and
1506 * Specifying a nice increment greater than the upper limit of
1507 * 2 * NZERO - 1 will result in the thread's nice value being
1538 * because fx_parmsset determines the nice value from the
1540 * conversion from nice value to user priority and back.