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

/freebsd-10-stable/sys/contrib/altq/altq/
H A Daltq_var.h174 #define CALLOUT_STOP(c) callout_stop((c)) macro
188 #define CALLOUT_STOP(c) timeout_del(&(c)->c_to) macro
201 #define CALLOUT_STOP(c) untimeout((c)->c_func,(c)->c_arg) macro

Completed in 39 milliseconds