Lines Matching refs:c_func
364 c->c_func = func; in callout_cc_add()
378 c->c_func = NULL; in callout_cc_del()
390 void (*c_func)(void *); in softclock_call_cc() local
416 c_func = c->c_func; in softclock_call_cc()
445 c, c_func, c_arg); in softclock_call_cc()
451 c, c_func, c_arg); in softclock_call_cc()
458 c, c_func, c_arg); in softclock_call_cc()
461 "func:%p", c_func, "arg:%p", c_arg, "direct:%d", direct); in softclock_call_cc()
467 c_func(c_arg); in softclock_call_cc()
474 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()
478 c_func, c_arg, (intmax_t)ts2.tv_sec, ts2.tv_nsec); in softclock_call_cc()
481 lastfunc = c_func; in softclock_call_cc()
664 if (handle.callout->c_func == ftn && handle.callout->c_arg == arg)
747 c, c->c_func, c->c_arg); in callout_reset_tick_on()
770 cancelled ? "re" : "", c, c->c_func, c->c_arg, to_ticks); in callout_reset_tick_on()
782 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, cpu); in callout_schedule_on()
788 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, c->c_cpu); in callout_schedule()
939 c, c->c_func, c->c_arg); in _callout_stop_safe()
959 c, c->c_func, c->c_arg); in _callout_stop_safe()
967 c, c->c_func, c->c_arg); in _callout_stop_safe()
981 c, c->c_func, c->c_arg); in _callout_stop_safe()
996 c, c->c_func, c->c_arg); in _callout_stop_safe()