Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_var.h173 #define CALLOUT_STOP(c) callout_stop((c)) macro
187 #define CALLOUT_STOP(c) timeout_del(&(c)->c_to) macro
200 #define CALLOUT_STOP(c) untimeout((c)->c_func,(c)->c_arg) macro