Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h123 struct ret_tidhash *rth_next; member
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c1012 ret_tidhash_t *next = ret_tidhash->rth_next; in proc_exit()
H A Dlwp.c408 ret_tidhash->rth_next = p->p_ret_tidhash; in lwp_create()
H A Dexec.c610 ret_tidhash_t *next = ret_tidhash->rth_next; in exec_common()