Lines Matching defs:func
319 xc_func_t func;
338 func = xc_priority_data.xc_func;
344 func(a1, a2, a3);
367 func = data->xc_func;
373 if (func != NULL)
374 (void) (*func)(a1, a2, a3);
455 xc_func_t func,
471 func != NULL)
472 (void) (*func)(arg1, arg2, arg3);
482 data->xc_func = func;
549 xc_func_t func,
593 xc_priority_data.xc_func = func;
631 xc_func_t func)
638 xc_priority_common((xc_func_t)func, arg1, arg2, arg3, set);
647 kdi_xc_others(int this_cpu, void (*func)(void))
659 xc_priority_common((xc_func_t)func, 0, 0, 0, CPUSET2BV(set));
675 xc_func_t func)
677 xc_common(func, arg1, arg2, arg3, set, XC_MSG_ASYNC);
690 xc_func_t func)
692 xc_common(func, arg1, arg2, arg3, set, XC_MSG_CALL);
705 xc_func_t func)
707 xc_common(func, arg1, arg2, arg3, set, XC_MSG_SYNC);