Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Drt.c470 crtpp->rt_timeleft = crtpp->rt_pquantum = prtpp->rt_pquantum; in rt_fork()
883 rtpp->rt_timeleft = rtpp->rt_pquantum = in rt_parmsset()
886 rtpp->rt_timeleft = rtpp->rt_pquantum = rtkprmsp->rt_tqntm; in rt_parmsset()
916 rtpp->rt_timeleft = rtpp->rt_pquantum; in rt_preempt()
941 rtpp->rt_timeleft = rtpp->rt_pquantum; in rt_setrun()
997 if ((rtpp->rt_pquantum != RT_TQINF && --rtpp->rt_timeleft == 0) || in rt_tick()
999 if (rtpp->rt_timeleft == 0 && rtpp->rt_tqsignal) { in rt_tick()
1021 rtpp->rt_timeleft = rtpp->rt_pquantum; in rt_wakeup()
1113 rtpp->rt_timeleft = rtpp->rt_pquantum; in rt_change_priority()
1127 rtpp->rt_timeleft = rtpp->rt_pquantum; in rt_change_priority()
/illumos-gate/usr/src/uts/common/sys/
H A Drt.h54 int rt_timeleft; /* time remaining in procs quantum */ member