Searched refs:ts_nice (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dts.h73 char ts_nice; /* nice value for compatibility */ member in struct:tsproc
/illumos-gate/usr/src/uts/common/disp/
H A Dts.c587 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 t
[all...]

Completed in 60 milliseconds