Lines Matching refs:cpu
76 volatile int disp_nrunnable; /* runnable threads in cpu dispq */
78 struct cpu *disp_cpu; /* cpu owning this queue or NULL */
130 * idle_cpu() is invoked when a cpu goes idle, and has nothing to do.
134 extern void (*disp_enq_thread)(struct cpu *, int);
140 extern int intr_active(struct cpu *, int);
154 extern struct cpu *disp_lowpri_cpu(struct cpu *, struct lgrp_ld *, pri_t,
155 struct cpu *);
156 extern int disp_bound_threads(struct cpu *, int);
157 extern int disp_bound_anythreads(struct cpu *, int);
158 extern int disp_bound_partition(struct cpu *, int);
159 extern void disp_cpu_init(struct cpu *);
160 extern void disp_cpu_fini(struct cpu *);
161 extern void disp_cpu_inactive(struct cpu *);