Home
last modified time | relevance | path

Searched refs:t_istop (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c886 uintptr_t t_istop = NULL; // event-of-interest stop in gcore_prchoose() local
961 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()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprsubr.c129 kthread_t *t_istop = NULL; /* event-of-interest stop */ in prchoose() local
208 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()