Lines Matching refs:ts_nice
587 tspp->ts_nice = NZERO;
619 tspp->ts_nice = NZERO - (NZERO * reqtsupri) / ts_maxupri;
704 ctspp->ts_nice = ptspp->ts_nice;
1205 * Set ts_nice to the nice value corresponding to the user
1218 tspp->ts_nice = nice;
2095 *retvalp = tspp->ts_nice - NZERO;
2114 newnice = tspp->ts_nice + incr;
2130 * Although ts_parmsset already reset ts_nice it may
2135 * We reset ts_nice to the value we calculated above.
2137 tspp->ts_nice = (char)newnice;