Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Drt.c359 rtproc_t *rtpp; in rt_enterclass() local
371 rtpp = (rtproc_t *)bufp; in rt_enterclass()
372 ASSERT(rtpp != NULL); in rt_enterclass()
384 rtpp->rt_pri = 0; in rt_enterclass()
385 rtpp->rt_pquantum = rt_dptbl[0].rt_quantum; in rt_enterclass()
386 rtpp->rt_tqsignal = 0; in rt_enterclass()
392 rtpp->rt_pri = 0; in rt_enterclass()
394 rtpp->rt_pri = rtkparmsp->rt_pri; in rt_enterclass()
397 rtpp->rt_pquantum = RT_TQINF; in rt_enterclass()
400 rtpp->rt_pquantum = rt_dptbl[rtpp->rt_pri].rt_quantum; in rt_enterclass()
[all …]