Searched refs:t_istop (Results 1 – 2 of 2) sorted by relevance
886 uintptr_t t_istop = NULL; // event-of-interest stop in gcore_prchoose() local961 if (t_istop == NULL || in gcore_prchoose()964 t_istop = t_addr; in gcore_prchoose()988 else if (t_istop) in gcore_prchoose()989 t_addr = t_istop; in gcore_prchoose()
129 kthread_t *t_istop = NULL; /* event-of-interest stop */ in prchoose() local208 if (t_istop == NULL || in prchoose()209 (t_istop->t_whystop == PR_SYSENTRY && in prchoose()210 t_istop->t_whatstop == SYS_exit)) in prchoose()211 t_istop = t; in prchoose()235 else if (t_istop) in prchoose()236 t = t_istop; in prchoose()