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

/illumos-gate/usr/src/uts/common/disp/
H A Drt.c582 * pointed to by rtprmsp.
589 rtparms_t *rtprmsp = (rtparms_t *)prmsp; local
597 if ((rtprmsp->rt_pri < 0 || rtprmsp->rt_pri > rt_maxpri) &&
598 rtprmsp->rt_pri != RT_NOCHANGE)
601 cflags = (rtprmsp->rt_pri != RT_NOCHANGE ? RT_DOPRI : 0);
603 if ((rtprmsp->rt_tqsecs == 0 && rtprmsp->rt_tqnsecs == 0) ||
604 rtprmsp->rt_tqnsecs >= NANOSEC)
607 if (rtprmsp
644 rtkparms_t *rtprmsp = (rtkparms_t *)prmsp; local
[all...]

Completed in 57 milliseconds