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

  /src/sys/net/
route.c 162 static struct callout rt_timer_ch; /* callout for rt_timer_timer() */ variable in typeref:struct:callout
1825 callout_init(&rt_timer_ch, CALLOUT_MPSAFE);
1830 callout_reset(&rt_timer_ch, hz, rt_timer_timer, NULL);
2003 callout_reset(&rt_timer_ch, hz, rt_timer_timer, NULL);
route.c 162 static struct callout rt_timer_ch; /* callout for rt_timer_timer() */ variable in typeref:struct:callout
1825 callout_init(&rt_timer_ch, CALLOUT_MPSAFE);
1830 callout_reset(&rt_timer_ch, hz, rt_timer_timer, NULL);
2003 callout_reset(&rt_timer_ch, hz, rt_timer_timer, NULL);

Completed in 28 milliseconds