Searched refs:t_istop (Results 1 – 2 of 2) sorted by relevance
886 uintptr_t t_istop = 0; /* event-of-interest stop */ in gcore_prchoose() local961 if (t_istop == 0 || 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()
145 kthread_t *t_istop = NULL; /* event-of-interest stop */ in prchoose() local229 if (t_istop == NULL || in prchoose()230 (t_istop->t_whystop == PR_SYSENTRY && in prchoose()231 t_istop->t_whatstop == SYS_exit)) in prchoose()232 t_istop = t; in prchoose()256 else if (t_istop) in prchoose()257 t = t_istop; in prchoose()