Searched refs:runq_pcpu (Results 1 – 1 of 1) sorted by relevance
175 static struct runq runq_pcpu[MAXCPU]; variable194 runq_init(&runq_pcpu[i]); in setup_runqs()699 runq_not_empty(&runq_pcpu[PCPU_GET(cpuid)])); in sched_runnable()1378 cpu = ts->ts_runq - &runq_pcpu[0]; in sched_add()1382 ts->ts_runq = &runq_pcpu[cpu]; in sched_add()1489 runq_length[ts->ts_runq - runq_pcpu]--; in sched_rem()1511 tdcpu = runq_choose(&runq_pcpu[PCPU_GET(cpuid)]); in sched_choose()1519 rq = &runq_pcpu[PCPU_GET(cpuid)]; in sched_choose()1583 ts->ts_runq = &runq_pcpu[cpu]; in sched_bind()1851 THREAD_CAN_SCHED(td, ts->ts_runq - runq_pcpu)) in sched_affinity()