Searched refs:lcx (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | x_call.c | 254 int lcx; local 272 XC_SPL_ENTER(lcx, opl); /* lcx set by the macro */ 276 if (cix == lcx) { 281 XC_STAT_INC(x_dstat[lcx][XT_ONE_SELF]); 290 XC_STAT_INC(x_dstat[lcx][XT_ONE_OTHER]); 292 XC_SPL_EXIT(lcx, opl); 301 int lcx; local 319 XC_SPL_ENTER(lcx, opl); /* lcx se 367 int lcx; local 423 int lcx; local 550 int lcx; local 644 int lcx; local 727 int pix, lcx; local 821 int lcx = (int)(CPU->cpu_id); local 907 int lcx = (int)(CPU->cpu_id); local 947 int lcx = (int)(CPU->cpu_id); local [all...] |
H A D | mp_call.c | 92 int lcx; local 95 XC_SPL_ENTER(lcx, opl); 97 XC_SPL_EXIT(lcx, opl);
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | xc_impl.h | 121 #define SEND_MBOX_ONLY(xc_cpuset, func, arg1, arg2, lcx, state) \ 128 ASSERT(CPU_IN_SET(xc_mbox[lcx].xc_cpuset, pix));\ 185 #define WAIT_MBOX_DONE(xc_cpuset, lcx, state, sync) \
|
Completed in 58 milliseconds