Searched refs:MX (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c200 #define MX 75 macro
211 C4, M2, M2, 32, M2, 57, MX, M2, M2, 37, 49, M2, 40, M2, M2, 44,
212 C5, M2, M2, 33, M2, 61, 4, M2, M2, MX, 53, M2, 45, M2, M2, 41,
213 M2, 0, 1, M2, 10, M2, M2, MX, 15, M2, M2, MX, M2, M3, M3, M2,
214 C6, M2, M2, 42, M2, 59, 39, M2, M2, MX, 51, M2, 34, M2, M2, 46,
215 M2, 25, 29, M2, 27, M4, M2, MX, 31, M2, M4, MX, M2, MX, MX, M
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c60 #define STACKS_SOBJ_MX (uintptr_t)"MX"
93 if (strcmp(name, "MX") == 0) {
263 (ulwp.ul_qtype == MX ? STACKS_SOBJ_MX : STACKS_SOBJ_CV));
/illumos-gate/usr/src/lib/libc/port/threads/
H A Drwlock.c388 qp = queue_lock(rwlp, MX);
595 qp = queue_lock(rwlp, MX);
672 qp = queue_lock(rwlp, MX);
H A Dsynch.c486 qp->qh_type = (i < QHASHSIZE)? MX : CV;
523 qtype = ((qp - udp->queue_head) < QHASHSIZE)? MX : CV;
563 ASSERT(qtype == MX || qtype == CV);
1626 qp = queue_lock(mp, MX);
1665 qp = queue_lock(mp, MX);
1810 qp = queue_lock(mp, MX);
1835 qp = queue_lock(mp, MX);
1851 self->ul_qtype == MX &&
3240 mqp = queue_lock(mp, MX);
3765 mqp = queue_lock(mp, MX);
[all...]
H A Dthr.c1652 qp->qh_type = (i < QHASHSIZE)? MX : CV;
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h399 uint8_t q_type; /* MX or CV */
432 #define MX 0 macro
439 & (QHASHSIZE - 1)) + (((type) == MX)? 0 : QHASHSIZE))
635 char ul_qtype; /* MX or CV */
1100 char ul_qtype; /* MX or CV */

Completed in 70 milliseconds