Searched refs:igmpfast_callout (Results 1 – 1 of 1) sorted by relevance
1653 static struct callout igmpfast_callout; variable1670 callout_reset(&igmpfast_callout, hz / IGMP_FASTHZ, igmp_fasttimo, NULL); in igmp_fasttimo()3697 callout_init(&igmpfast_callout, 1); in igmp_modevent()3698 callout_reset(&igmpfast_callout, hz / IGMP_FASTHZ, in igmp_modevent()