Home
last modified time | relevance | path

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

/freebsd-head/sys/net/altq/
HDaltq_var.h156 #define CALLOUT_INIT(c) callout_init((c), 1) macro
HDaltq_cbq.c238 CALLOUT_INIT(&cbqp->cbq_callout); in cbq_add_altq()
HDaltq_rmclass.c218 CALLOUT_INIT(&cl->callout_); in rmc_newclass()
/freebsd-head/sys/dev/firewire/
HDfirewirereg.h298 #define CALLOUT_INIT(x) callout_init(x, 1 /* mpsafe */) macro
HDfirewire.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()
HDsbp_targ.c1563 CALLOUT_INIT(&login->hold_callout); in sbp_targ_get_login()