Searched refs:XC_WAIT (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | x_call.c | 460 ASSERT(xc_mbox[cix].xc_state == XC_WAIT); in xc_one() 470 while (xc_mbox[cix].xc_state != XC_WAIT) { in xc_one() 601 SEND_MBOX_ONLY(xc_cpuset, func, arg1, arg2, lcx, XC_WAIT); in xc_some() 602 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_WAIT, 0); in xc_some() 681 SEND_MBOX_ONLY(xc_cpuset, func, arg1, arg2, lcx, XC_WAIT); in xc_all() 682 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_WAIT, 0); in xc_all() 783 if (xc_mbox[pix].xc_state == XC_WAIT) { in xc_attention() 988 xmp->xc_state = XC_WAIT; in xc_loop() 1001 xmp->xc_state = XC_WAIT; in xc_loop()
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | xc_impl.h | 232 XC_WAIT, /* entered xc_loop(); set by xc_loop */ enumerator
|