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

/freebsd-10-stable/sys/contrib/altq/altq/
H A Daltq_var.h169 #define CALLOUT_INIT(c) callout_init((c), 0) macro
171 #define CALLOUT_INIT(c) callout_init((c)) macro
184 #define CALLOUT_INIT(c) do { bzero((c), sizeof(*(c))); } while (/*CONSTCOND*/ 0) macro
197 #define CALLOUT_INIT(c) do { bzero((c), sizeof(*(c))); } while (/*CONSTCOND*/ 0) macro
/freebsd-10-stable/sys/dev/firewire/
H A Dfirewirereg.h313 #define CALLOUT_INIT(x) callout_init(x) macro
315 #define CALLOUT_INIT(x) callout_init(x, 1 /* mpsafe */) macro

Completed in 55 milliseconds