callout_schedule
callout_schedule(&cs->cs_callout, 1 * hz);
callout_schedule(&sc->aac_daemontime, 30 * 60 * hz);
callout_schedule(&sc->aac_daemontime, 30 * 60 * hz);
callout_schedule(&acpi_sleep_timer, hz * ACPI_MINIMUM_AWAKETIME);
callout_schedule(&acpi_sleep_timer, hz * ACPI_MINIMUM_AWAKETIME);
callout_schedule(&ch->pm_timer,
callout_schedule(&ch->reset_timer, hz / 10);
callout_schedule(&adapter->wd_callout, hz);
callout_schedule(&adapter->stats_callout, hz);
callout_schedule(&sc->sc_wd_ch, hz);
callout_schedule(&sc->sc_watchdog_ch, hz);
callout_schedule(&sc->sc_rfswitch_ch, hz);
callout_schedule(&vi->tick, hz);
callout_schedule(&vi->tick, hz);
callout_schedule(&vi->tick, hz);
callout_schedule(&sc->sfl_callout, hz / 5);
callout_schedule(&te->te_callout, hz / 100);
callout_schedule(&sc->admin_timer, hz/2);
callout_schedule(&ioat->poll_timer, 1);
callout_schedule(&tp->timer, 5);
callout_schedule(&pf->admin_timer, hz/2);
callout_schedule(&state->ks_timo, TICKS);
callout_schedule(&oct->console_timer[console_num].timer,
callout_schedule(&lio->stats_timer,
callout_schedule(&lio->stats_timer,
callout_schedule(&ch->pm_timer,
callout_schedule(&ch->reset_timer, hz / 10);
callout_schedule(&sc->sc_timer, sc->sc_ageinterval*hz);
callout_schedule(&sc->tick_ch, hz);
callout_schedule(&sc->tick_ch, hz);
callout_schedule(&sc->tick, hz);
callout_schedule(&ofw_timer, polltime);
callout_schedule(&callout, ADF_STATE_CALLOUT_TIME);
callout_schedule(&callout, ADF_STATE_CALLOUT_TIME);
callout_schedule(&callout, ADF_STATE_CALLOUT_TIME);
callout_schedule(&callout, ADF_STATE_CALLOUT_TIME);
callout_schedule(&sc->callout, 1);
callout_schedule(&sc->sc_c, 1);
callout_schedule(&sc->vtnet_tick_ch, hz);
callout_schedule(&vd->vd_timer, hz / (1000 / ms));
callout_schedule(&avp->av_swba, avp->av_bcinterval);
callout_schedule(&hal->hw.timer_intr, intval);
callout_schedule(&resettodr_callout, resettodr_period * hz);
callout_schedule(&sc->vxl_callout, vxlan_ftable_prune_period * hz);
callout_schedule(&dfs->nol_timer, oldest + NOL_TIMEOUT - now);
callout_schedule(&dfs->cac_timer, 0);
callout_schedule(&lle->lle_timer, hz * V_arpt_rexmit);
callout_schedule(&lle->lle_timer, hz * V_arpt_rexmit);
callout_schedule(&lle->lle_timer, hz * V_arpt_rexmit);
callout_schedule(&x->bm_meter_callout, tvtohz(&x->bm_threshold.b_time));
callout_schedule(&sc->secret.reseed, SYNCOOKIE_LIFETIME * hz);
callout_schedule(&sc->pause_co, delta * hz);
callout_schedule(&key_timer, hz);
callout_schedule(&cfg->periodic, hz * PERIODIC_DELAY);
callout_schedule(&ch->pm_timer,
int callout_schedule(struct callout *, int);