Home
last modified time | relevance | path

Searched refs:sendmondo_in_recover (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c78 uint_t sendmondo_in_recover; variable
472 if (sendmondo_in_recover) { in xc_one()
524 if (sendmondo_in_recover) { in xc_one()
793 if (sendmondo_in_recover) { in xc_attention()
889 if (sendmondo_in_recover) { in xc_dismissed()
1014 if (sendmondo_in_recover) { in xc_loop()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dxc_impl.h52 extern uint_t sendmondo_in_recover;
206 if (sendmondo_in_recover) { \
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c901 if (atomic_cas_32(&sendmondo_in_recover, 0, 1) != 0) { in mondo_recover()
905 while (sendmondo_in_recover) { in mondo_recover()
987 while (atomic_cas_32(&sendmondo_in_recover, 1, 0) != 1) in mondo_recover()
1047 if ((CPU->cpu_next_onln != CPU) && (sendmondo_in_recover == 0)) { in cheetah_nudge_buddy()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c12533 #pragma weak sendmondo_in_recover macro
12589 extern uint32_t sendmondo_in_recover; in sfmmu_tsb_inv_ctx()
12615 if (&sendmondo_in_recover) { in sfmmu_tsb_inv_ctx()
12617 while (sendmondo_in_recover) { in sfmmu_tsb_inv_ctx()