Home
last modified time | relevance | path

Searched refs:callout_stop (Results 1 – 25 of 230) sorted by relevance

12345678910

/freebsd/sys/dev/watchdog/
H A Dwatchdog.c160 callout_stop(&wd_softtimeo_handle); in wdog_kern_pat_sbt()
294 callout_stop(&wd_pretimeo_handle); in wd_set_pretimeout()
448 callout_stop(&wd_pretimeo_handle); in watchdog_modevent()
449 callout_stop(&wd_softtimeo_handle); in watchdog_modevent()
/freebsd/sys/dev/iwm/
H A Dif_iwm_led.c184 callout_stop(&sc->sc_led_blink_to); in iwm_led_blink_stop()
/freebsd/sys/dev/tws/
H A Dtws_cam.c326 callout_stop(&req->timeout); in tws_scsi_complete()
346 callout_stop(&req->timeout); in tws_getset_param_complete()
364 callout_stop(&req->timeout); in tws_aen_complete()
437 callout_stop(&req->timeout); in tws_cmd_complete()
543 callout_stop(&req->timeout); in tws_scsi_err_complete()
573 callout_stop(&req->timeout); in tws_drain_busy_queue()
603 callout_stop(&r->timeout); in tws_drain_reserved_reqs()
619 callout_stop(&r->timeout); in tws_drain_reserved_reqs()
/freebsd/sys/dev/adb/
H A Dadb_kbd.c385 callout_stop(&sc->sc_repeater); in adb_kbd_detach()
454 callout_stop(&sc->sc_repeater); in adb_kbd_receive_packet()
549 callout_stop(&sc->sc_repeater); in akbd_disable()
814 callout_stop(&sc->sc_repeater); in akbd_clear_state()
/freebsd/sys/dev/isci/
H A Disci_timer.c102 callout_stop(&isci_timer->callout); in scif_cb_timer_stop()
/freebsd/sys/dev/aic7xxx/
H A Daic_osm_lib.c55 callout_stop(&scb->io_timer); in aic_set_recoveryscb()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c76 ret = callout_stop(&hrtimer->callout); in linux_hrtimer_try_to_cancel()
H A Dlinux_work.c453 cancelled = (callout_stop(&dwork->timer.callout) == 1); in linux_cancel_timer()
485 cancelled = (callout_stop(&dwork->timer.callout) == 1); in linux_cancel_delayed_work()
538 cancelled = (callout_stop(&dwork->timer.callout) == 1); in linux_cancel_delayed_work_sync_int()
/freebsd/sys/gdb/
H A Dgdb_cons.c155 callout_stop(&gc->flush); in gdb_cnputc()
/freebsd/sys/dev/hid/
H A Dappleir.c229 callout_stop(&sc->sc_twoco); in appleir_intr()
284 callout_stop(&sc->sc_twoco); in appleir_intr()
/freebsd/sys/dev/wtap/
H A Dif_wtap.c307 callout_stop(&avp->av_swba); in wtap_newstate()
336 callout_stop(&avp->av_swba); in wtap_newstate()
413 callout_stop(&avp->av_swba); in wtap_vap_delete()
/freebsd/sys/dev/ofw/
H A Dofw_console.c128 callout_stop(&ofw_timer); in ofwtty_close()
/freebsd/sys/dev/cfe/
H A Dcfe_console.c110 callout_stop(&cfe_timer); in cfe_tty_close()
/freebsd/sys/sys/
H A Dcallout.h119 #define callout_stop(c) _callout_stop_safe(c, 0) macro
/freebsd/sys/dev/wtap/wtap_hal/
H A Dhal.c234 callout_stop(&hal->hw.timer_intr); in wtap_hal_reset_tsf()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_misc.c83 callout_stop(&softs->os_specific.heartbeat_timeout_id); in os_stop_heartbeat_timer()
/freebsd/sys/dev/smc/
H A Dif_smc.c873 callout_stop(&sc->smc_watchdog); in smc_task_intr()
935 callout_stop(&sc->smc_watchdog); in smc_task_intr()
1218 callout_stop(&sc->smc_watchdog); in smc_stop()
1219 callout_stop(&sc->smc_mii_tick_ch); in smc_stop()
/freebsd/sys/cddl/dev/profile/
H A Dprofile.c575 callout_stop(&pcpu->profc_cyclic); in profile_disable_omni()
608 callout_stop(&prof->prof_cyclic); in profile_disable()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c466 callout_stop(&ssk->tx_ring.timer); in sdp_tx_ring_destroy()
467 callout_stop(&ssk->nagle_timer); in sdp_tx_ring_destroy()
/freebsd/sys/net/altq/
H A Daltq_var.h158 #define CALLOUT_STOP(c) callout_stop((c))
/freebsd/sys/kern/
H A Dsubr_log.c134 callout_stop(&logsoftc.sc_callout); in logclose()
H A Dsys_timerfd.c174 if (callout_stop(&tfd->tfd_callout) == 1) { in timerfd_jumped()
567 callout_stop(&tfd->tfd_callout); in kern_timerfd_settime()
/freebsd/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_init.c234 callout_stop(&rs->rs_c2h_report); in r92ce_power_off()
/freebsd/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_init.c188 callout_stop(&rs->rs_c2h_report); in r92cu_power_off()
/freebsd/sys/netgraph/
H A Dng_l2tp.c1269 (void )callout_stop(&seq->rack_timer); in ng_l2tp_seq_reset()
1270 (void )callout_stop(&seq->xack_timer); in ng_l2tp_seq_reset()
1360 (void )callout_stop(&seq->rack_timer); in ng_l2tp_seq_recv_nr()
1500 (void )callout_stop(&seq->xack_timer); in ng_l2tp_xmit_ctrl()

12345678910