Searched refs:ts_cpu (Results 1 – 1 of 1) sorted by relevance
90 int ts_cpu; /* CPU we are on, or were last on. */ member1061 td_get_sched(td)->ts_cpu = cpu; in tdq_move()1337 td_get_sched(td)->ts_cpu = cpu; in sched_setcpu()1379 KASSERT(!CPU_ABSENT(ts->ts_cpu), ("sched_pickcpu: Start scheduler on " in sched_pickcpu()1380 "absent CPU %d for thread %s.", ts->ts_cpu, td->td_name)); in sched_pickcpu()1387 return (ts->ts_cpu); in sched_pickcpu()1399 ts->ts_cpu = self; in sched_pickcpu()1405 tdq = TDQ_CPU(ts->ts_cpu); in sched_pickcpu()1412 if (THREAD_CAN_SCHED(td, ts->ts_cpu) && in sched_pickcpu()1426 return (ts->ts_cpu); in sched_pickcpu()[all …]