HomeSort by: relevance | last modified time | path
    Searched defs:tbr_timeout (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_subr.c 76 static void tbr_timeout(void *);
340 CALLOUT_RESET(&tbr_callout, 1, tbr_timeout, (void *)0);
348 * tbr_timeout goes through the interface list, and kicks the drivers
352 tbr_timeout(void *arg) function in typeref:typename:void
379 CALLOUT_RESET(&tbr_callout, 1, tbr_timeout, (void *)0);
altq_subr.c 76 static void tbr_timeout(void *);
340 CALLOUT_RESET(&tbr_callout, 1, tbr_timeout, (void *)0);
348 * tbr_timeout goes through the interface list, and kicks the drivers
352 tbr_timeout(void *arg) function in typeref:typename:void
379 CALLOUT_RESET(&tbr_callout, 1, tbr_timeout, (void *)0);

Completed in 23 milliseconds