/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_dev_processes.c | 387 callout_schedule(&callout, ADF_STATE_CALLOUT_TIME); in adf_state_callout_notify_ev() 426 callout_schedule(&callout, ADF_STATE_CALLOUT_TIME); in adf_state_set() 595 callout_schedule(&callout, ADF_STATE_CALLOUT_TIME); in adf_state_open() 636 callout_schedule(&callout, ADF_STATE_CALLOUT_TIME); in adf_state_read()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_dfs.c | 266 callout_schedule(&dfs->nol_timer, oldest + NOL_TIMEOUT - now); in dfs_timeout() 366 callout_schedule(&dfs->cac_timer, 0); in ieee80211_dfs_notify_radar()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_console.c | 158 callout_schedule(&ofw_timer, polltime); in ofw_timeout()
|
/freebsd/sys/sys/ |
H A D | callout.h | 115 int callout_schedule(struct callout *, int);
|
/freebsd/sys/dev/wtap/wtap_hal/ |
H A D | hal.c | 226 callout_schedule(&hal->hw.timer_intr, intval); in wtap_hal_timer_intr()
|
/freebsd/sys/dev/sound/ |
H A D | dummy.c | 91 callout_schedule(&sc->callout, 1); in dummy_chan_io()
|
/freebsd/sys/netinet/ |
H A D | if_ether.c | 243 callout_schedule(&lle->lle_timer, hz * V_arpt_rexmit); in arptimer() 255 callout_schedule(&lle->lle_timer, hz * V_arpt_rexmit); in arptimer() 265 callout_schedule(&lle->lle_timer, hz * V_arpt_rexmit); in arptimer()
|
H A D | tcp_syncache.c | 2408 callout_schedule(&sc->secret.reseed, SYNCOOKIE_LIFETIME * hz); in syncookie_reseed() 2504 callout_schedule(&sc->pause_co, delta * hz); in syncache_unpause()
|
/freebsd/sys/dev/wtap/ |
H A D | if_wtap.c | 274 callout_schedule(&avp->av_swba, avp->av_bcinterval); in wtap_beacon_intrp()
|
/freebsd/sys/kern/ |
H A D | kern_ntptime.c | 998 callout_schedule(&resettodr_callout, resettodr_period * hz); in periodic_resettodr()
|
H A D | kern_timeout.c | 1082 callout_schedule(struct callout *c, int to_ticks) in callout_schedule() function
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_console.c | 571 callout_schedule(&oct->console_timer[console_num].timer, in lio_check_console()
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_sysctl.c | 1389 callout_schedule(&lio->stats_timer, in lio_fw_stats_callback() 1435 callout_schedule(&lio->stats_timer, in lio_get_fw_stats()
|
/freebsd/sys/dev/kbdmux/ |
H A D | kbdmux.c | 229 callout_schedule(&state->ks_timo, TICKS); in kbdmux_kbd_intr_timo()
|
/freebsd/sys/dev/al_eth/ |
H A D | al_eth.c | 3142 callout_schedule(&adapter->wd_callout, hz); in al_tick() 3152 callout_schedule(&adapter->stats_callout, hz); in al_tick_stats()
|
/freebsd/sys/dev/mvs/ |
H A D | mvs.c | 1763 callout_schedule(&ch->pm_timer, in mvs_end_transaction() 1990 callout_schedule(&ch->reset_timer, hz / 10); in mvs_reset_to()
|
/freebsd/sys/dev/neta/ |
H A D | if_mvneta.c | 1813 callout_schedule(&sc->tick_ch, hz); in mvneta_tick() 2238 callout_schedule(&sc->tick_ch, hz); in mvneta_init_locked()
|
/freebsd/sys/dev/usb/net/ |
H A D | uhso.c | 1630 callout_schedule(&sc->sc_c, 1); in uhso_ifnet_read_callback()
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.c | 2141 callout_schedule(&ch->pm_timer, in ahci_end_transaction() 2449 callout_schedule(&ch->reset_timer, hz / 10); in ahci_reset_to()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 3310 callout_schedule(&acpi_sleep_timer, hz * ACPI_MINIMUM_AWAKETIME); in acpi_sleep_enable() 3550 callout_schedule(&acpi_sleep_timer, hz * ACPI_MINIMUM_AWAKETIME); in acpi_EnterSleepState()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64lsn.c | 994 callout_schedule(&cfg->periodic, hz * PERIODIC_DELAY); in nat64lsn_periodic()
|
/freebsd/sys/dev/ixl/ |
H A D | if_ixl.c | 473 callout_schedule(&pf->admin_timer, hz/2); in ixl_admin_timer()
|
/freebsd/sys/dev/netmap/ |
H A D | if_ptnet.c | 1071 callout_schedule(&sc->tick, hz); in ptnet_tick()
|
/freebsd/sys/dev/ioat/ |
H A D | ioat.c | 1646 callout_schedule(&ioat->poll_timer, 1); in ioat_poll_timer_callback()
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | fsl_sata.c | 1361 callout_schedule(&ch->pm_timer, in fsl_sata_end_transaction()
|