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

/freebsd-10-stable/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

Completed in 106 milliseconds