Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dts.h74 char ts_nice; /* nice value for compatibility */ member
/titanic_50/usr/src/uts/common/disp/
H A Dts.c586 tspp->ts_nice = NZERO; in ts_enterclass()
618 tspp->ts_nice = NZERO - (NZERO * reqtsupri) / ts_maxupri; in ts_enterclass()
703 ctspp->ts_nice = ptspp->ts_nice; in ts_fork()
1216 tspp->ts_nice = nice; in ts_parmsset()
1998 *retvalp = tspp->ts_nice - NZERO; in ts_donice()
2017 newnice = tspp->ts_nice + incr; in ts_donice()
2040 tspp->ts_nice = (char)newnice; in ts_donice()