Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dexit.c932 ret_tidhash = p->p_ret_tidhash; in proc_exit()
938 p->p_ret_tidhash = NULL; in proc_exit()
H A Dlwp.c408 ret_tidhash->rth_next = p->p_ret_tidhash; in lwp_create()
409 p->p_ret_tidhash = ret_tidhash; in lwp_create()
H A Dexec.c595 ret_tidhash = p->p_ret_tidhash; in exec_common()
596 p->p_ret_tidhash = NULL; in exec_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h232 ret_tidhash_t *p_ret_tidhash; /* retired tidhash hash tables */ member