Searched refs:xc_spl_enter (Results 1 – 3 of 3) sorted by relevance
94 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; \
50 int xc_spl_enter[NCPU]; /* protect sending x-call */ variable508 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()
66 extern int xc_spl_enter[];