Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dfx.c464 fxpp->fx_nice = NZERO; in fx_enterclass()
501 fxpp->fx_nice = NZERO - (NZERO * reqfxupri) / fx_maxupri; in fx_enterclass()
621 cfxpp->fx_nice = pfxpp->fx_nice; in fx_fork()
1089 fxpp->fx_nice = nice; in fx_parmsset()
1490 *retvalp = fxpp->fx_nice - NZERO; in fx_donice()
1509 newnice = fxpp->fx_nice + incr; in fx_donice()
1537 fxpp->fx_nice = (char)newnice; in fx_donice()
/illumos-gate/usr/src/uts/common/sys/
H A Dfx.h112 char fx_nice; /* nice value for compatibility */ member