Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/disp/
H A Dfx.c132 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(); in fx_init()
277 fx_maxglobpri = fx_dptbl[fx_maxumdpri].fx_globpri; in fx_init()
326 fxdpsz = (fx_maxumdpri + 1) * sizeof (fxdpent_t); in fx_admin()
330 fxadmin.fx_ndpents = fx_maxumdpri + 1; in fx_admin()
1845 return (fx_maxumdpri); in fx_get_maxpri()