Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c602 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_WAIT, 0); in xc_some()
631 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_IDLE, 1); in xc_some()
682 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_WAIT, 0); in xc_all()
710 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_IDLE, 1); in xc_all()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dxc_impl.h185 #define WAIT_MBOX_DONE(xc_cpuset, lcx, state, sync) \ macro