Searched refs:mldfast_callout (Results 1 – 1 of 1) sorted by relevance
1293 static struct callout mldfast_callout; variable1314 callout_reset(&mldfast_callout, hz / MLD_FASTHZ, mld_fasttimo, NULL); in mld_fasttimo()3270 callout_init(&mldfast_callout, 1); in mld_init()3271 callout_reset(&mldfast_callout, hz / MLD_FASTHZ, mld_fasttimo, NULL); in mld_init()3281 callout_drain(&mldfast_callout); in mld_uninit()