Searched refs:XC_TRACE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sun4/os/ |
H A D | x_call.c | 282 XC_TRACE(XT_ONE_SELF, &tset, func, arg1, arg2); in xt_one_unchecked() 287 XC_TRACE(XT_ONE_OTHER, &tset, func, arg1, arg2); in xt_one_unchecked() 346 XC_TRACE(XT_SOME_SELF, &tset, func, arg1, arg2); in xt_some() 353 XC_TRACE(XT_SOME_OTHER, &xc_cpuset, func, arg1, arg2); in xt_some() 395 XC_TRACE(XT_ALL_OTHER, &cpu_ready_set, func, arg1, arg2); in xt_all() 405 XC_TRACE(XT_ALL_SELF, &tset, func, arg1, arg2); in xt_all() 447 XC_TRACE(XC_ONE_SELF, &tset, func, arg1, arg2); in xc_one() 460 XC_TRACE(XC_ONE_OTHER_H, &tset, func, arg1, arg2); in xc_one() 514 XC_TRACE(XC_ONE_OTHER, &tset, func, arg1, arg2); in xc_one() 587 XC_TRACE(XC_SOME_SELF, &tset, func, arg1, arg2); in xc_some() [all …]
|
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | xc_impl.h | 243 #define XC_TRACE(type, cpus, func, arg1, arg2) \ macro 246 #define XC_TRACE(type, cpus, func, arg1, arg2) macro
|