Lines Matching refs:c_func
600 c->c_func = func; in callout_cc_add()
632 callout_func_t *c_func; in softclock_call_cc() local
666 c_func = c->c_func; in softclock_call_cc()
672 cc_exec_last_func(cc, direct) = c_func; in softclock_call_cc()
682 qmax(c->c_precision / 2, 1), c_func, c_arg, in softclock_call_cc()
706 c, c_func, c_arg); in softclock_call_cc()
712 c, c_func, c_arg); in softclock_call_cc()
720 c, c_func, c_arg); in softclock_call_cc()
723 "func:%p", c_func, "arg:%p", c_arg, "direct:%d", direct); in softclock_call_cc()
729 c_func(c_arg); in softclock_call_cc()
736 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()
740 c_func, c_arg, (intmax_t)ts2.tv_sec, ts2.tv_nsec); in softclock_call_cc()
743 lastfunc = c_func; in softclock_call_cc()
984 c, c->c_func, c->c_arg); in callout_reset_sbt_on()
1054 c, c->c_func, c->c_arg, (int)(to_sbt >> 32), in callout_reset_sbt_on()
1065 cancelled ? "re" : "", c, c->c_func, c->c_arg, (int)(to_sbt >> 32), in callout_reset_sbt_on()
1078 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, cpu); in callout_schedule_on()
1084 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, c->c_cpu); in callout_schedule()
1245 c, c->c_func, c->c_arg); in _callout_stop_safe()
1286 c, c->c_func, c->c_arg); in _callout_stop_safe()
1291 c, c->c_func, c->c_arg); in _callout_stop_safe()
1303 c, c->c_func, c->c_arg); in _callout_stop_safe()
1318 c, c->c_func, c->c_arg); in _callout_stop_safe()
1488 C_DB_PRINTF("%p", c_func); in _show_callout()