Searched defs:fx_maxumdpri (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dfx.c126 /* adjust x to be between 0 and fx_maxumdpri */
132 else if (pri > fx_maxumdpri) \
133 pri = fx_maxumdpri; \
154 static pri_t fx_maxumdpri; /* max user mode fixed priority */ variable
276 fx_maxumdpri = fx_getmaxumdpri();
277 fx_maxglobpri = fx_dptbl[fx_maxumdpri].fx_globpri;
326 fxdpsz = (fx_maxumdpri + 1) * sizeof (fxdpent_t);
330 fxadmin.fx_ndpents = fx_maxumdpri + 1;
1845 return (fx_maxumdpri);

Completed in 653 milliseconds