Lines Matching refs:c_arg
358 c->c_arg = arg; in callout_cc_add()
391 void *c_arg; in softclock_call_cc() local
417 c_arg = c->c_arg; 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()
478 c_func, c_arg, (intmax_t)ts2.tv_sec, ts2.tv_nsec); in softclock_call_cc()
498 drain(c_arg); 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()