Lines Matching defs:nice
1159 char nice;
1203 * Set ts_nice to the nice value corresponding to the user
1204 * priority we are setting. Note that setting the nice field
1205 * of the parameter struct won't affect upri or nice.
1207 nice = NZERO - (reqtsupri * NZERO) / ts_maxupri;
1208 if (nice >= 2 * NZERO)
1209 nice = 2 * NZERO - 1;
1216 tspp->ts_nice = nice;
1983 * Increment the nice value of the specified thread by incr and
2008 * Specifying a nice increment greater than the upper limit of
2009 * 2 * NZERO - 1 will result in the thread's nice value being
2035 * because ts_parmsset determines the nice value from the
2037 * conversion from nice value to user priority and back.