Searched refs:ts_runq (Results 1 – 1 of 1) sorted by relevance
100 struct runq *ts_runq; /* runq the thread is currently on */ member117 ((ts)->ts_runq != 0 && (ts)->ts_runq != &runq)1363 cpu = ts->ts_runq - &runq_pcpu[0]; in sched_4bsd_add()1367 ts->ts_runq = &runq_pcpu[cpu]; in sched_4bsd_add()1377 ts->ts_runq = &runq; in sched_4bsd_add()1382 runq_add(ts->ts_runq, td, flags); in sched_4bsd_add()1442 ts->ts_runq = &runq;1446 runq_add(ts->ts_runq, td, flags);1473 if (ts->ts_runq != &runq) in sched_4bsd_rem()1474 runq_length[ts->ts_runq - runq_pcpu]--; in sched_4bsd_rem()[all …]