Lines Matching refs:c_func
580 c->c_func = func; in callout_cc_add()
612 callout_func_t *c_func, *drain; in softclock_call_cc() local
645 c_func = c->c_func; in softclock_call_cc()
651 cc_exec_last_func(cc, direct) = c_func; in softclock_call_cc()
673 c, c_func, c_arg); in softclock_call_cc()
679 c, c_func, c_arg); in softclock_call_cc()
686 c, c_func, c_arg); in softclock_call_cc()
689 "func:%p", c_func, "arg:%p", c_arg, "direct:%d", direct); in softclock_call_cc()
695 c_func(c_arg); in softclock_call_cc()
702 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()
706 c_func, c_arg, (intmax_t)ts2.tv_sec, ts2.tv_nsec); in softclock_call_cc()
709 lastfunc = c_func; in softclock_call_cc()
947 c, c->c_func, c->c_arg); in callout_reset_sbt_on()
1017 c, c->c_func, c->c_arg, (int)(to_sbt >> 32), in callout_reset_sbt_on()
1028 cancelled ? "re" : "", c, c->c_func, c->c_arg, (int)(to_sbt >> 32), in callout_reset_sbt_on()
1041 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, cpu); in callout_schedule_on()
1047 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, c->c_cpu); in callout_schedule()
1213 c, c->c_func, c->c_arg); in _callout_stop_safe()
1254 c, c->c_func, c->c_arg); in _callout_stop_safe()
1265 c, c->c_func, c->c_arg); in _callout_stop_safe()
1283 c, c->c_func, c->c_arg); in _callout_stop_safe()
1298 c, c->c_func, c->c_arg); in _callout_stop_safe()
1462 C_DB_PRINTF("%p", c_func); in _show_callout()