Lines Matching refs:c_func
368 c->c_func = NULL; in callout_init()
401 c, c->c_func, c->c_flags, __builtin_return_address(0)); in callout_destroy()
404 c, c->c_func, c->c_flags, __builtin_return_address(0)); in callout_destroy()
422 c, c->c_func, c->c_arg, c->c_flags, to_ticks); in callout_schedule_locked()
425 KASSERT(c->c_func != NULL); in callout_schedule_locked()
463 c, c->c_func, c->c_arg, c->c_flags, in callout_schedule_locked()
486 c->c_func = func; in callout_reset()
533 c, c->c_func, c->c_arg, c->c_flags, expired); in callout_stop()
563 c, c->c_func, c->c_arg, c->c_flags); in callout_halt()
572 c, c->c_func, c->c_arg, c->c_flags, /*expired*/false); in callout_halt()
641 c, c->c_func, c->c_arg, c->c_flags, /*expired*/true); in callout_wait()
698 c->c_func = func; in callout_setfunc()
840 KASSERT(c->c_func != NULL); in callout_softclock()
859 func = c->c_func; in callout_softclock()
914 db_find_sym_and_offset((db_addr_t)(intptr_t)c->c_func, &name, in db_show_callout_bucket()