Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c883 uintptr_t t_jstop = NULL; // jobcontrol stop, w/o directed stop in gcore_prchoose() local
943 if (t_jstop == NULL) in gcore_prchoose()
944 t_jstop = t_addr; in gcore_prchoose()
984 else if (t_jstop) in gcore_prchoose()
985 t_addr = t_jstop; in gcore_prchoose()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprsubr.c126 kthread_t *t_jstop = NULL; /* jobcontrol stop, w/o directed stop */ in prchoose() local
190 if (t_jstop == NULL) in prchoose()
191 t_jstop = t; in prchoose()
231 else if (t_jstop) in prchoose()
232 t = t_jstop; in prchoose()