Lines Matching refs:c_arg
598 c->c_arg = arg; in callout_cc_add()
637 void *c_arg; in softclock_call_cc() local
670 c_arg = c->c_arg; in softclock_call_cc()
676 cc_exec_last_arg(cc, direct) = c_arg; in softclock_call_cc()
697 c, c_func, c_arg); in softclock_call_cc()
703 c, c_func, c_arg); in softclock_call_cc()
710 c, c_func, c_arg); in softclock_call_cc()
713 "func:%p", c_func, "arg:%p", c_arg, "direct:%d", direct); in softclock_call_cc()
719 c_func(c_arg); in softclock_call_cc()
730 c_func, c_arg, (intmax_t)ts2.tv_sec, ts2.tv_nsec); in softclock_call_cc()
748 drain(c_arg); in softclock_call_cc()
981 c, c->c_func, c->c_arg); in callout_reset_sbt_on()
1051 c, c->c_func, c->c_arg, (int)(to_sbt >> 32), in callout_reset_sbt_on()
1062 cancelled ? "re" : "", c, c->c_func, c->c_arg, (int)(to_sbt >> 32), in callout_reset_sbt_on()
1075 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, cpu); in callout_schedule_on()
1081 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, c->c_cpu); in callout_schedule()
1247 c, c->c_func, c->c_arg); in _callout_stop_safe()
1288 c, c->c_func, c->c_arg); in _callout_stop_safe()
1299 c, c->c_func, c->c_arg); in _callout_stop_safe()
1317 c, c->c_func, c->c_arg); in _callout_stop_safe()
1332 c, c->c_func, c->c_arg); in _callout_stop_safe()
1495 C_DB_PRINTF("%p", c_arg); in _show_callout()