Home
last modified time | relevance | path

Searched defs:_disp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddisp.h58 typedef struct _disp { struct
59 disp_lock_t disp_lock; /* protects dispatching fields */
60 pri_t disp_npri; /* # of priority levels in queue */
61 dispq_t *disp_q; /* the dispatch queue */
62 dispq_t *disp_q_limit; /* ptr past end of dispatch queue */
63 ulong_t *disp_qactmap; /* bitmap of active dispatch queues */
75 pri_t disp_maxrunpri; /* maximum run priority */
76 pri_t disp_max_unbound_pri; /* max pri of unbound threads */
78 volatile int disp_nrunnable; /* runnable threads in cpu dispq */
80 struct cpu *disp_cpu; /* cpu owning this queue or NULL */
[all …]