Searched refs:xcArg (Results 1 – 2 of 2) sorted by relevance
99 typedef struct xcArg { struct128 xcArg_t xcArg; in dtrace_xcall() local130 xcArg.cpu = cpu; in dtrace_xcall()131 xcArg.f = f; in dtrace_xcall()132 xcArg.arg = arg; in dtrace_xcall()134 cpu_broadcast_xcall(&dt_xc_sync, TRUE, xcRemote, (void*) &xcArg); in dtrace_xcall()
133 typedef struct xcArg { struct156 xcArg_t xcArg; in dtrace_xcall() local158 xcArg.cpu = cpu; in dtrace_xcall()159 xcArg.f = f; in dtrace_xcall()160 xcArg.arg = arg; in dtrace_xcall()163 mp_cpus_call (CPUMASK_ALL, ASYNC, xcRemote, (void*)&xcArg); in dtrace_xcall()166 mp_cpus_call (cpu_to_cpumask((cpu_t)cpu), ASYNC, xcRemote, (void*)&xcArg); in dtrace_xcall()