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

/freebsd-10.2-release/sys/contrib/altq/altq/
H A Daltq_var.h173 #define CALLOUT_RESET(c,t,f,a) callout_reset((c),(t),(f),(a)) macro
185 #define CALLOUT_RESET(c,t,f,a) do { if (!timeout_initialized(&(c)->c_to)) \ macro
198 #define CALLOUT_RESET(c,t,f,a) do { (c)->c_arg = (a); \ macro
H A Daltq_subr.c429 CALLOUT_RESET(&tbr_callout, 1, tbr_timeout, (void *)0);
483 CALLOUT_RESET(&tbr_callout, 1, tbr_timeout, (void *)0);
H A Daltq_rmclass.c1543 CALLOUT_RESET(&cl->callout_, t,

Completed in 56 milliseconds