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

/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_var.h168 #define CALLOUT_INIT(c) callout_init((c), 0) macro
170 #define CALLOUT_INIT(c) callout_init((c)) macro
183 #define CALLOUT_INIT(c) do { (void)memset((c), 0, sizeof(*(c))); } while (/*CONSTCOND*/ 0) macro
196 #define CALLOUT_INIT(c) do { (void)memset((c), 0, sizeof(*(c))); } while (/*CONSTCOND*/ 0) macro
H A Daltq_cbq.c278 CALLOUT_INIT(&cbqp->cbq_callout);
910 CALLOUT_INIT(&new_cbqp->cbq_callout);
H A Daltq_rmclass.c226 CALLOUT_INIT(&cl->callout_);
/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_isppp.c131 # define CALLOUT_INIT(chan) callout_handle_init(chan) macro
136 # define CALLOUT_INIT(chan) do {} while(0) macro
348 CALLOUT_INIT(&sc->sc_ch);

Completed in 112 milliseconds