Home
last modified time | relevance | path

Searched refs:XC_IDLE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4/os/
H A Dx_call.c513 ASSERT(xc_mbox[cix].xc_state == XC_IDLE); in xc_one()
521 while (xc_mbox[cix].xc_state != XC_IDLE) { in xc_one()
629 SEND_MBOX_MONDO(xc_cpuset, func, arg1, arg2, XC_IDLE); in xc_some()
630 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_IDLE, 1); in xc_some()
708 SEND_MBOX_MONDO(xc_cpuset, func, arg1, arg2, XC_IDLE); in xc_all()
709 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_IDLE, 1); in xc_all()
878 if (xc_mbox[pix].xc_state == XC_IDLE) { in xc_dismissed()
929 xmp->xc_state = XC_IDLE; in xc_serv()
1030 xmp->xc_state = XC_IDLE; in xc_loop()
/titanic_41/usr/src/uts/sun4/sys/
H A Dxc_impl.h171 XC_IDLE); \
230 XC_IDLE = 0, /* not in the xc_loop(); set by xc_loop */ enumerator