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

/freebsd-11-stable/sys/net/altq/
H A Daltq_var.h168 #define CALLOUT_INIT(c) callout_init((c), 0) macro
170 #define CALLOUT_INIT(c) callout_init((c)) macro
H A Daltq_cbq.c276 CALLOUT_INIT(&cbqp->cbq_callout);
924 CALLOUT_INIT(&new_cbqp->cbq_callout);
H A Daltq_rmclass.c229 CALLOUT_INIT(&cl->callout_);
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewirereg.h298 #define CALLOUT_INIT(x) callout_init(x, 1 /* mpsafe */) macro
H A Dfirewire.c443 CALLOUT_INIT(&fc->timeout_callout);
444 CALLOUT_INIT(&fc->bmr_callout);
445 CALLOUT_INIT(&fc->busprobe_callout);
H A Dsbp_targ.c1565 CALLOUT_INIT(&login->hold_callout);

Completed in 180 milliseconds