Searched refs:runq_pcpu (Results 1 – 1 of 1) sorted by relevance
167 static struct runq runq_pcpu[MAXCPU]; variable186 runq_init(&runq_pcpu[i]); in setup_runqs()688 runq_not_empty(&runq_pcpu[PCPU_GET(cpuid)])); in sched_4bsd_runnable()1363 cpu = ts->ts_runq - &runq_pcpu[0]; in sched_4bsd_add()1367 ts->ts_runq = &runq_pcpu[cpu]; in sched_4bsd_add()1474 runq_length[ts->ts_runq - runq_pcpu]--; in sched_4bsd_rem()1496 tdcpu = runq_choose(&runq_pcpu[PCPU_GET(cpuid)]); in sched_4bsd_choose()1504 rq = &runq_pcpu[PCPU_GET(cpuid)]; in sched_4bsd_choose()1568 ts->ts_runq = &runq_pcpu[cpu]; in sched_4bsd_bind()1802 THREAD_CAN_SCHED(td, ts->ts_runq - runq_pcpu)) in sched_4bsd_affinity()