Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/os/
H A Dx_call.c601 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_WAIT, 0); in xc_some()
630 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_IDLE, 1); in xc_some()
681 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_WAIT, 0); in xc_all()
709 WAIT_MBOX_DONE(xc_cpuset, lcx, XC_IDLE, 1); in xc_all()
/titanic_41/usr/src/uts/sun4/sys/
H A Dxc_impl.h185 #define WAIT_MBOX_DONE(xc_cpuset, lcx, state, sync) \ macro