Searched refs:CALLOUT_INIT (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/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
H A Daltq_cbq.c280 CALLOUT_INIT(&cbqp->cbq_callout);
928 CALLOUT_INIT(&new_cbqp->cbq_callout);
H A Daltq_rmclass.c225 CALLOUT_INIT(&cl->callout_);
/freebsd-10.2-release/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
H A Dfirewire.c460 CALLOUT_INIT(&fc->timeout_callout);
461 CALLOUT_INIT(&fc->bmr_callout);
462 CALLOUT_INIT(&fc->busprobe_callout);
H A Dsbp_targ.c1579 CALLOUT_INIT(&login->hold_callout);

Completed in 81 milliseconds