Searched refs:p_ret_tidhash (Results 1 – 4 of 4) sorted by relevance
796 ret_tidhash = p->p_ret_tidhash; in proc_exit()802 p->p_ret_tidhash = NULL; in proc_exit()
409 ret_tidhash->rth_next = p->p_ret_tidhash; in lwp_create()410 p->p_ret_tidhash = ret_tidhash; in lwp_create()
495 ret_tidhash = p->p_ret_tidhash; in exec_common()496 p->p_ret_tidhash = NULL; in exec_common()
227 ret_tidhash_t *p_ret_tidhash; /* retired tidhash hash tables */ member