Home
last modified time | relevance | path

Searched refs:t_run (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c880 uintptr_t t_run = NULL; // runnable, on disp queue in gcore_prchoose() local
919 if (t_run == NULL) in gcore_prchoose()
920 t_run = t_addr; in gcore_prchoose()
980 else if (t_run) in gcore_prchoose()
981 t_addr = t_run; in gcore_prchoose()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target_impl.h104 int (*t_run)(mdb_tgt_t *, int, const struct mdb_arg *); member
H A Dmdb_target.c1373 if (t->t_ops->t_run(t, argc, argv) == -1) in mdb_tgt_run()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprsubr.c122 kthread_t *t_run = NULL; /* runnable, on disp queue */ in prchoose() local
170 if (t_run == NULL) in prchoose()
171 t_run = t; in prchoose()
227 else if (t_run) in prchoose()
228 t = t_run; in prchoose()