Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Drt.c144 static rtproc_t rt_plisthead; /* dummy rtproc at head of rtproc list */ variable
203 rt_plisthead.rt_next = rt_plisthead.rt_prev = &rt_plisthead; in rt_init()
425 rtpp->rt_next = rt_plisthead.rt_next; in rt_enterclass()
426 rtpp->rt_prev = &rt_plisthead; in rt_enterclass()
427 rt_plisthead.rt_next->rt_prev = rtpp; in rt_enterclass()
428 rt_plisthead.rt_next = rtpp; in rt_enterclass()
483 crtpp->rt_next = rt_plisthead.rt_next; in rt_fork()
484 crtpp->rt_prev = &rt_plisthead; in rt_fork()
485 rt_plisthead.rt_next->rt_prev = crtpp; in rt_fork()
486 rt_plisthead.rt_next = crtpp; in rt_fork()