Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_subr.c85 static struct callout tbr_callout = CALLOUT_INITIALIZER; variable
87 static struct callout tbr_callout; variable
393 CALLOUT_RESET(&tbr_callout, 1, tbr_timeout, (void *)0);
436 CALLOUT_RESET(&tbr_callout, 1, tbr_timeout, (void *)0);
888 callout_init(&tbr_callout, 0); in init_machclk_setup()