Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dexit.c796 ret_tidhash = p->p_ret_tidhash; in proc_exit()
802 p->p_ret_tidhash = NULL; in proc_exit()
H A Dlwp.c409 ret_tidhash->rth_next = p->p_ret_tidhash; in lwp_create()
410 p->p_ret_tidhash = ret_tidhash; in lwp_create()
H A Dexec.c495 ret_tidhash = p->p_ret_tidhash; in exec_common()
496 p->p_ret_tidhash = NULL; in exec_common()
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h227 ret_tidhash_t *p_ret_tidhash; /* retired tidhash hash tables */ member