Searched refs:p_pctx (Results 1 – 8 of 8) sorted by relevance
54 pctx->next = p->p_pctx; in installpctx()55 p->p_pctx = pctx; in installpctx()75 for (pctx = p->p_pctx; pctx != NULL; pctx = pctx->next) { in removepctx()83 p->p_pctx = pctx->next; in removepctx()102 for (pctx = p->p_pctx; pctx != 0; pctx = pctx->next) in savepctx()113 for (pctx = p->p_pctx; pctx != 0; pctx = pctx->next) in restorepctx()123 for (pctx = p->p_pctx; pctx != NULL; pctx = pctx->next) in forkpctx()140 for (pctx = p->p_pctx; pctx != NULL; pctx = pctx->next) in exitpctx()154 while ((pctx = p->p_pctx) != NULL) { in freepctx()155 p->p_pctx = pctx->next; in freepctx()
814 if (p->p_pctx) { in proc_exit()
462 if (p->p_pctx) in cfork()
1028 if (p->p_pctx != NULL) in lwp_exit()
326 if (p->p_pctx) in exec_common()
81 p_pctx
292 pctxop_t *p_pctx; member
627 if (t->t_procp->p_pctx != NULL) in thread_exit()