Lines Matching refs:c_func
604 c->c_func = func; in callout_cc_add()
635 c->c_func = NULL; in callout_cc_del()
647 void (*c_func)(void *); in softclock_call_cc() local
680 c_func = c->c_func; in softclock_call_cc()
709 c, c_func, c_arg); in softclock_call_cc()
715 c, c_func, c_arg); in softclock_call_cc()
722 c, c_func, c_arg); in softclock_call_cc()
725 "func:%p", c_func, "arg:%p", c_arg, "direct:%d", direct); in softclock_call_cc()
731 c_func(c_arg); in softclock_call_cc()
738 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()
742 c_func, c_arg, (intmax_t)ts2.tv_sec, ts2.tv_nsec); in softclock_call_cc()
745 lastfunc = c_func; in softclock_call_cc()
939 if (handle.callout->c_func == ftn && handle.callout->c_arg == arg) in untimeout()
1075 c, c->c_func, c->c_arg);
1145 c, c->c_func, c->c_arg, (int)(to_sbt >> 32),
1156 cancelled ? "re" : "", c, c->c_func, c->c_arg, (int)(to_sbt >> 32),
1169 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, cpu);
1175 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, c->c_cpu);
1338 c, c->c_func, c->c_arg);
1379 c, c->c_func, c->c_arg);
1387 c, c->c_func, c->c_arg);
1401 c, c->c_func, c->c_arg);
1416 c, c->c_func, c->c_arg);
1655 C_DB_PRINTF("%p", c_func);