Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c879 uintptr_t t_onproc = NULL; // running on processor in gcore_prchoose() local
923 if (t_onproc == NULL) in gcore_prchoose()
924 t_onproc = t_addr; in gcore_prchoose()
978 if (t_onproc) in gcore_prchoose()
979 t_addr = t_onproc; in gcore_prchoose()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprsubr.c121 kthread_t *t_onproc = NULL; /* running on processor */ in prchoose() local
174 if (t_onproc == NULL) in prchoose()
175 t_onproc = t; in prchoose()
225 if (t_onproc) in prchoose()
226 t = t_onproc; in prchoose()