Home
last modified time | relevance | path

Searched refs:CALLOUT_RESET (Results 1 – 3 of 3) sorted by relevance

/src/sys/net/altq/
H A Daltq_var.h157 #define CALLOUT_RESET(c,t,f,a) callout_reset((c),(t),(f),(a)) macro
H A Daltq_subr.c398 CALLOUT_RESET(&tbr_callout, 1, tbr_timeout, (void *)0); in tbr_set()
440 CALLOUT_RESET(&tbr_callout, 1, tbr_timeout, (void *)0); in tbr_timeout()
H A Daltq_rmclass.c1523 CALLOUT_RESET(&cl->callout_, t, rmc_restart, cl); in rmc_delay_action()