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);
|