Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4/os/
H A Dx_call.c459 ASSERT(xc_mbox[cix].xc_state == XC_WAIT); in xc_one()
469 while (xc_mbox[cix].xc_state != XC_WAIT) { in xc_one()
600 SEND_MBOX_ONLY(xc_cpuset, func, arg1, arg2, lcx, XC_WAIT); in xc_some()
601 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_WAIT, 0); in xc_some()
680 SEND_MBOX_ONLY(xc_cpuset, func, arg1, arg2, lcx, XC_WAIT); in xc_all()
681 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_WAIT, 0); in xc_all()
782 if (xc_mbox[pix].xc_state == XC_WAIT) { in xc_attention()
987 xmp->xc_state = XC_WAIT; in xc_loop()
1000 xmp->xc_state = XC_WAIT; in xc_loop()
/titanic_50/usr/src/uts/sun4/sys/
H A Dxc_impl.h232 XC_WAIT, /* entered xc_loop(); set by xc_loop */ enumerator