Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c884 uintptr_t t_jdstop = NULL; // jobcontrol stop with directed stop in gcore_prchoose() local
940 if (t_jdstop == NULL) in gcore_prchoose()
941 t_jdstop = t_addr; in gcore_prchoose()
986 else if (t_jdstop) in gcore_prchoose()
987 t_addr = t_jdstop; in gcore_prchoose()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprsubr.c127 kthread_t *t_jdstop = NULL; /* jobcontrol stop with directed stop */ in prchoose() local
187 if (t_jdstop == NULL) in prchoose()
188 t_jdstop = t; in prchoose()
233 else if (t_jdstop) in prchoose()
234 t = t_jdstop; in prchoose()