Searched refs:t_run (Results 1 – 4 of 4) sorted by relevance
880 uintptr_t t_run = NULL; // runnable, on disp queue in gcore_prchoose() local919 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()
104 int (*t_run)(mdb_tgt_t *, int, const struct mdb_arg *); member
1373 if (t->t_ops->t_run(t, argc, argv) == -1) in mdb_tgt_run()
122 kthread_t *t_run = NULL; /* runnable, on disp queue */ in prchoose() local170 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()