Searched refs:lcx (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/sun4/os/ |
H A D | x_call.c | 254 int lcx; in xt_one_unchecked() local 272 XC_SPL_ENTER(lcx, opl); /* lcx set by the macro */ in xt_one_unchecked() 276 if (cix == lcx) { in xt_one_unchecked() 281 XC_STAT_INC(x_dstat[lcx][XT_ONE_SELF]); in xt_one_unchecked() 290 XC_STAT_INC(x_dstat[lcx][XT_ONE_OTHER]); in xt_one_unchecked() 292 XC_SPL_EXIT(lcx, opl); in xt_one_unchecked() 301 int lcx; in xt_some() local 319 XC_SPL_ENTER(lcx, opl); /* lcx set by the macro */ in xt_some() 321 CPUSET_ADD(tset, lcx); in xt_some() 333 XC_SPL_EXIT(lcx, opl); in xt_some() [all …]
|
H A D | mp_call.c | 92 int lcx; in cpu_call() local 95 XC_SPL_ENTER(lcx, opl); in cpu_call() 97 XC_SPL_EXIT(lcx, opl); in cpu_call()
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | xc_impl.h | 121 #define SEND_MBOX_ONLY(xc_cpuset, func, arg1, arg2, lcx, state) \ argument 128 ASSERT(CPU_IN_SET(xc_mbox[lcx].xc_cpuset, pix));\ 185 #define WAIT_MBOX_DONE(xc_cpuset, lcx, state, sync) \ argument
|