/freebsd/sys/dev/iwm/ |
H A D | if_iwm_led.c | 171 callout_reset(&sc->sc_led_blink_to, (200 * hz) / 1000, in iwm_led_blink_timeout() 178 callout_reset(&sc->sc_led_blink_to, 0, iwm_led_blink_timeout, sc); in iwm_led_blink_start()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_led.c | 176 callout_reset(&sc->sc_ledtimer, sc->sc_ledoff, ath_led_done, sc); in ath_led_off() 189 callout_reset(&sc->sc_ledtimer, on, ath_led_off, sc); in ath_led_blink()
|
/freebsd/sys/powerpc/mambo/ |
H A D | mambo_console.c | 92 callout_reset(&mambo_callout, polltime, mambo_timeout, NULL); in cn_drvinit() 123 callout_reset(&mambo_callout, polltime, mambo_timeout, NULL); in mambo_timeout()
|
/freebsd/sys/dev/cfe/ |
H A D | cfe_console.c | 101 callout_reset(&cfe_timer, polltime, cfe_timeout, tp); in cfe_tty_open() 147 callout_reset(&cfe_timer, polltime, cfe_timeout, tp); in cfe_timeout()
|
/freebsd/sys/riscv/riscv/ |
H A D | riscv_console.c | 130 callout_reset(&riscv_callout, polltime, riscv_timeout, NULL); in cn_drvinit() 166 callout_reset(&riscv_callout, polltime, riscv_timeout, NULL); in riscv_timeout()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_bcopy.c | 128 callout_reset(&ssk->nagle_timer, SDP_NAGLE_TIMEOUT, in sdp_nagle_off() 161 callout_reset(&ssk->nagle_timer, SDP_NAGLE_TIMEOUT, in sdp_nagle_timeout() 258 callout_reset(&ssk->nagle_timer, 1, sdp_nagle_timeout, ssk); in sdp_post_sends()
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_misc.c | 70 callout_reset(&softs->os_specific.wellness_periodic, in os_wellness_periodic() 99 callout_reset(&softs->os_specific.heartbeat_timeout_id, in os_start_heartbeat_timer()
|
/freebsd/sys/dev/sound/midi/ |
H A D | mpu401.c | 168 callout_reset(&m->timer, 1, mpu401_timeout, m); in mpu401_intr() 273 callout_reset(&m->timer, 1, mpu401_timeout, m); in mpu401_mcallback()
|
/freebsd/tools/test/callout_free/ |
H A D | callout_free.c | 68 callout_reset(&callout_free, hz/10, callout_free_func, in callout_free_load()
|
/freebsd/sys/dev/mmcnull/ |
H A D | mmcnull.c | 303 callout_reset(&sc->tick, hz / 10, mmcnull_intr_sdio_newintr, sc); in mmcnull_intr_sdio() 332 callout_reset(&sc->tick, hz / 10, mmcnull_intr_sdio, sc); in mmcnull_handle_mmcio() 334 callout_reset(&sc->tick, hz / 10, mmcnull_intr_sd, sc); in mmcnull_handle_mmcio()
|
/freebsd/sys/arm/mv/armada/ |
H A D | thermal.c | 204 callout_reset(&sc->temp_upd, hz, armada_temp_update, sc); in armada_thermal_attach() 308 callout_reset(&sc->temp_upd, hz, armada_temp_update, sc); in armada_temp_update()
|
/freebsd/sys/dev/watchdog/ |
H A D | watchdog.c | 159 (void) callout_reset(&wd_softtimeo_handle, in wdog_kern_pat() 309 (void) callout_reset(&wd_pretimeo_handle, in wd_set_pretimeout()
|
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn_calib.c | 115 callout_reset(&sc->sc_calib_to, 2*hz, rtwn_calib_to, sc); in rtwn_calib_cb()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_ft5406.c | 169 callout_reset(&sc->sc_callout, sc->sc_tick, ft5406ts_callout, sc); in ft5406ts_callout() 191 callout_reset(&sc->sc_callout, sc->sc_tick, ft5406ts_callout, sc); in ft5406ts_ev_open()
|
/freebsd/sys/dev/led/ |
H A D | led.c | 85 callout_reset(&led_ch, hz / 10, led_timeout, p); in led_timeout() 99 callout_reset(&led_ch, hz / 10, led_timeout, NULL); in led_state()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_dfs.c | 189 callout_reset(&dfs->cac_timer, CAC_TIMEOUT, cac_timeout, vap); in ieee80211_dfs_cac_start() 336 callout_reset(&dfs->nol_timer, NOL_TIMEOUT, in ieee80211_dfs_notify_radar()
|
/freebsd/sys/dev/dcons/ |
H A D | dcons_os.c | 248 callout_reset(&dcons_callout, polltime, dcons_timeout, tp); in dcons_timeout() 399 callout_reset(&dcons_callout, polltime, dcons_timeout, NULL); in dcons_attach()
|
/freebsd/sys/dev/nmdm/ |
H A D | nmdm.c | 246 callout_reset(&np->np_callout, np->np_rate, nmdm_timeout, np); in nmdm_timeout() 362 callout_reset(&np->np_callout, rate, nmdm_timeout, np); in nmdm_param()
|
/freebsd/sys/dev/ntb/ |
H A D | ntb_transport.c | 329 callout_reset(&nt->link_watchdog, 1 * hz, xeon_link_watchdog_hb, nt); in xeon_link_watchdog_hb() 512 callout_reset(&nt->link_watchdog, 0, xeon_link_watchdog_hb, nt); in ntb_transport_attach() 754 callout_reset(&qp->link_work, 0, ntb_qp_link_work, qp); in ntb_transport_link_up() 1121 callout_reset(&nt->link_work, 0, ntb_transport_link_work, nt); in ntb_transport_event_callback() 1229 callout_reset(&qp->link_work, 0, ntb_qp_link_work, qp); in ntb_transport_link_work() 1239 callout_reset(&nt->link_work, in ntb_transport_link_work() 1402 callout_reset(&qp->link_work, in ntb_qp_link_work()
|
/freebsd/sys/gdb/ |
H A D | gdb_cons.c | 169 callout_reset(&gc->flush, hz/4, gdb_cnflush, gc); in gdb_cnputc()
|
/freebsd/sys/powerpc/pseries/ |
H A D | phyp_console.c | 264 callout_reset(&sc->callout, sc->polltime, uart_phyp_intr, sc); in uart_phyp_attach() 457 callout_reset(&sc->callout, sc->polltime, uart_phyp_intr, sc); in uart_phyp_intr()
|
/freebsd/sys/dev/ppbus/ |
H A D | pps.c | 240 callout_reset(&sc->timeout, 1, ppshcpoll, sc); in ppsopen() 297 callout_reset(&sc->timeout, 1, ppshcpoll, sc); in ppshcpoll()
|
/freebsd/sys/netinet/ |
H A D | tcp_hostcache.c | 287 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_init() 819 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_purge() 841 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in sysctl_tcp_hc_purgenow()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_console.c | 119 callout_reset(&ofw_timer, polltime, ofw_timeout, tp); in ofwtty_open()
|
/freebsd/sys/sys/ |
H A D | callout.h | 104 #define callout_reset(c, on_tick, fn, arg) \ macro
|