Home
last modified time | relevance | path

Searched refs:xc_spl_enter (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dxc_impl.h94 if (xc_spl_enter[cpuid] && !panic_quiesce) \
97 xc_spl_enter[cpuid] = 1; \
102 ASSERT(xc_spl_enter[cpuid] != 0); \
103 xc_spl_enter[cpuid] = 0; \
/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c50 int xc_spl_enter[NCPU]; /* protect sending x-call */ variable
508 xc_spl_enter[lcx] = 1; in xc_one()
519 xc_spl_enter[lcx] = 0; in xc_one()
626 xc_spl_enter[lcx] = 1; in xc_some()
633 xc_spl_enter[lcx] = 0; in xc_some()
705 xc_spl_enter[lcx] = 1; in xc_all()
712 xc_spl_enter[lcx] = 0; in xc_all()
765 xc_spl_enter[lcx] = 1; in xc_attention()
771 xc_spl_enter[lcx] = 0; in xc_attention()
H A Dmp_call.c66 extern int xc_spl_enter[];