Home
last modified time | relevance | path

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

/f-stack/freebsd/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); in cbq_add_altq()
H A Daltq_rmclass.c220 CALLOUT_INIT(&cl->callout_); in rmc_newclass()