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

/freebsd-13-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.c238 CALLOUT_INIT(&cbqp->cbq_callout);
H A Daltq_rmclass.c220 CALLOUT_INIT(&cl->callout_);
/freebsd-13-stable/sys/dev/firewire/
H A Dfirewirereg.h300 #define CALLOUT_INIT(x) callout_init(x, 1 /* mpsafe */) macro
H A Dfirewire.c445 CALLOUT_INIT(&fc->timeout_callout);
446 CALLOUT_INIT(&fc->bmr_callout);
447 CALLOUT_INIT(&fc->busprobe_callout);
H A Dsbp_targ.c1567 CALLOUT_INIT(&login->hold_callout);

Completed in 171 milliseconds