Searched refs:CALLOUT_RESET (Results 1 – 3 of 3) sorted by relevance
| /src/sys/net/altq/ |
| H A D | altq_var.h | 157 #define CALLOUT_RESET(c,t,f,a) callout_reset((c),(t),(f),(a)) macro
|
| H A D | altq_subr.c | 398 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 D | altq_rmclass.c | 1523 CALLOUT_RESET(&cl->callout_, t, rmc_restart, cl); in rmc_delay_action()
|