Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/priocntl/
H A Dfxpriocntl.c57 #define FX_DOUPRILIM 0x01 /* user priority limit */ macro
203 cflags |= FX_DOUPRILIM; in main()
226 cflags |= FX_DOUPRILIM; in main()
379 if ((cflags & FX_DOUPRILIM) != 0) { in set_fxprocs()
419 } else if ((cflags & (FX_DOUPRILIM|FX_DOUPRI)) == FX_DOUPRI) { in set_fxprocs()
436 } else if ((cflags & (FX_DOUPRILIM|FX_DOUPRI)) == FX_DOUPRI && in set_fxprocs()
471 } else if ((cflags & (FX_DOUPRILIM|FX_DOUPRI)) == in set_fxprocs()
508 if ((cflags & FX_DOUPRILIM) != 0) { in exec_fxcmd()
538 if ((cflags & (FX_DOUPRILIM|FX_DOUPRI)) == FX_DOUPRI) { in exec_fxcmd()
/titanic_41/usr/src/uts/common/disp/
H A Dfx.c77 #define FX_DOUPRILIM 0x01 /* change user priority limit */ macro
471 if ((fxkparmsp->fx_cflags & FX_DOUPRILIM) == 0) { in fx_enterclass()
765 cflags |= FX_DOUPRILIM; in fx_parmsin()
829 fxprmsp->fx_cflags |= FX_DOUPRILIM; in fx_vaparmsin()
872 fxprmsp->fx_cflags = FX_DOUPRI | FX_DOUPRILIM | FX_DOTQ; in fx_vaparmsin()
1027 if ((fxkparmsp->fx_cflags & FX_DOUPRILIM) == 0) in fx_parmsset()
1524 fxkparms.fx_cflags = FX_DOUPRILIM | FX_DOUPRI; in fx_donice()
1577 fxkparms.fx_cflags = FX_DOUPRILIM | FX_DOUPRI; in fx_doprio()