Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_var.h156 #define CALLOUT_INIT(c) callout_init((c), 1) macro
H A Daltq_cbq.c238 CALLOUT_INIT(&cbqp->cbq_callout); in cbq_add_altq()
H A Daltq_rmclass.c218 CALLOUT_INIT(&cl->callout_); in rmc_newclass()
/freebsd/sys/dev/firewire/
H A Dfirewirereg.h298 #define CALLOUT_INIT(x) callout_init(x, 1 /* mpsafe */) macro
H A Dfirewire.c442 CALLOUT_INIT(&fc->timeout_callout); in firewire_attach()
443 CALLOUT_INIT(&fc->bmr_callout); in firewire_attach()
444 CALLOUT_INIT(&fc->busprobe_callout); in firewire_attach()
H A Dsbp_targ.c1563 CALLOUT_INIT(&login->hold_callout); in sbp_targ_get_login()