Searched defs:_disp (Results 1 – 1 of 1) sorted by relevance
56 typedef struct _disp { struct57 disp_lock_t disp_lock; /* protects dispatching fields */58 pri_t disp_npri; /* # of priority levels in queue */59 dispq_t *disp_q; /* the dispatch queue */60 dispq_t *disp_q_limit; /* ptr past end of dispatch queue */61 ulong_t *disp_qactmap; /* bitmap of active dispatch queues */73 pri_t disp_maxrunpri; /* maximum run priority */74 pri_t disp_max_unbound_pri; /* max pri of unbound threads */76 volatile int disp_nrunnable; /* runnable threads in cpu dispq */78 struct cpu *disp_cpu; /* cpu owning this queue or NULL */[all …]