Searched refs:if_slowtimo_timer (Results 1 – 1 of 1) sorted by relevance
188 static struct callout if_slowtimo_timer; variable239 callout_init_mp(&if_slowtimo_timer); in ifinit()1899 callout_reset(&if_slowtimo_timer, hz / IFNET_SLOWHZ, if_slowtimo, NULL); in if_slowtimo_dispatch()