Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_var.h172 #define CALLOUT_RESET(c,t,f,a) callout_reset((c),(t),(f),(a)) macro
184 #define CALLOUT_RESET(c,t,f,a) do { if (!timeout_initialized(&(c)->c_to)) \ macro
197 #define CALLOUT_RESET(c,t,f,a) do { (c)->c_arg = (a); \ macro