Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Drt.c203 rt_plisthead.rt_next = rt_plisthead.rt_prev = &rt_plisthead; in rt_init()
425 rtpp->rt_next = rt_plisthead.rt_next; in rt_enterclass()
427 rt_plisthead.rt_next->rt_prev = rtpp; in rt_enterclass()
428 rt_plisthead.rt_next = rtpp; in rt_enterclass()
443 rtprocp->rt_prev->rt_next = rtprocp->rt_next; in rt_exitclass()
444 rtprocp->rt_next->rt_prev = rtprocp->rt_prev; in rt_exitclass()
483 crtpp->rt_next = rt_plisthead.rt_next; in rt_fork()
485 rt_plisthead.rt_next->rt_prev = crtpp; in rt_fork()
486 rt_plisthead.rt_next = crtpp; in rt_fork()
/illumos-gate/usr/src/uts/common/sys/
H A Drt.h59 struct rtproc *rt_next; /* link to next rtproc on list */ member