Symbol: xc_mbox
usr/src/uts/sun4/os/x_call.c
458
ASSERT(CPU_IN_SET(xc_mbox[lcx].xc_cpuset, lcx));
usr/src/uts/sun4/os/x_call.c
459
ASSERT(CPU_IN_SET(xc_mbox[cix].xc_cpuset, cix));
usr/src/uts/sun4/os/x_call.c
460
ASSERT(xc_mbox[cix].xc_state == XC_WAIT);
usr/src/uts/sun4/os/x_call.c
470
while (xc_mbox[cix].xc_state != XC_WAIT) {
usr/src/uts/sun4/os/x_call.c
514
ASSERT(xc_mbox[cix].xc_state == XC_IDLE);
usr/src/uts/sun4/os/x_call.c
522
while (xc_mbox[cix].xc_state != XC_IDLE) {
usr/src/uts/sun4/os/x_call.c
596
cpuset_t mset = xc_mbox[lcx].xc_cpuset;
usr/src/uts/sun4/os/x_call.c
62
} xc_mbox[NCPU];
usr/src/uts/sun4/os/x_call.c
675
cpuset_t mset = xc_mbox[lcx].xc_cpuset;
usr/src/uts/sun4/os/x_call.c
745
xc_mbox[lcx].xc_cpuset = cpuset;
usr/src/uts/sun4/os/x_call.c
783
if (xc_mbox[pix].xc_state == XC_WAIT) {
usr/src/uts/sun4/os/x_call.c
828
ASSERT(CPUSET_ISEQUAL(xc_mbox[lcx].xc_cpuset, cpuset));
usr/src/uts/sun4/os/x_call.c
830
CPUSET_ZERO(xc_mbox[lcx].xc_cpuset);
usr/src/uts/sun4/os/x_call.c
860
xc_mbox[pix].xc_state = XC_EXIT;
usr/src/uts/sun4/os/x_call.c
879
if (xc_mbox[pix].xc_state == XC_IDLE) {
usr/src/uts/sun4/os/x_call.c
909
struct xc_mbox *xmp;
usr/src/uts/sun4/os/x_call.c
918
xmp = &xc_mbox[lcx];
usr/src/uts/sun4/os/x_call.c
949
struct xc_mbox *xmp;
usr/src/uts/sun4/os/x_call.c
985
xmp = &xc_mbox[lcx];
usr/src/uts/sun4/sys/xc_impl.h
112
xc_mbox[cpuid].xc_func = func; \
usr/src/uts/sun4/sys/xc_impl.h
113
xc_mbox[cpuid].xc_arg1 = arg1; \
usr/src/uts/sun4/sys/xc_impl.h
114
xc_mbox[cpuid].xc_arg2 = arg2; \
usr/src/uts/sun4/sys/xc_impl.h
115
xc_mbox[cpuid].xc_state = XC_DOIT; \
usr/src/uts/sun4/sys/xc_impl.h
128
ASSERT(CPU_IN_SET(xc_mbox[lcx].xc_cpuset, pix));\
usr/src/uts/sun4/sys/xc_impl.h
129
ASSERT(xc_mbox[pix].xc_state == state); \
usr/src/uts/sun4/sys/xc_impl.h
149
ASSERT(xc_mbox[pix].xc_state == state); \
usr/src/uts/sun4/sys/xc_impl.h
170
ASSERT(xc_mbox[pix].xc_state == \
usr/src/uts/sun4/sys/xc_impl.h
172
xc_mbox[pix].xc_state = XC_ENTER; \
usr/src/uts/sun4/sys/xc_impl.h
197
if (xc_mbox[pix].xc_state == state) { \