Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/net/altq/
HDaltq_var.h168 #define CALLOUT_INIT(c) callout_init((c), 0) macro
170 #define CALLOUT_INIT(c) callout_init((c)) macro
HDaltq_cbq.c276 CALLOUT_INIT(&cbqp->cbq_callout); in cbq_add_altq()
924 CALLOUT_INIT(&new_cbqp->cbq_callout);
HDaltq_rmclass.c229 CALLOUT_INIT(&cl->callout_); in rmc_newclass()
/freebsd-11-stable/sys/dev/firewire/
HDfirewirereg.h298 #define CALLOUT_INIT(x) callout_init(x, 1 /* mpsafe */) macro
HDfirewire.c443 CALLOUT_INIT(&fc->timeout_callout); in firewire_attach()
444 CALLOUT_INIT(&fc->bmr_callout); in firewire_attach()
445 CALLOUT_INIT(&fc->busprobe_callout); in firewire_attach()
HDsbp_targ.c1565 CALLOUT_INIT(&login->hold_callout); in sbp_targ_get_login()