Symbol: callout_cancel
sys/dev/disk/ahci/ahci.c
1892
callout_cancel(&ccb->ccb_timeout);
sys/dev/disk/ahci/ahci.c
1913
callout_cancel(&ccb->ccb_timeout);
sys/dev/disk/ahci/ahci.c
3764
callout_cancel(&ccb->ccb_timeout);
sys/dev/disk/dm/delay/dm_target_delay.c
338
callout_cancel(&di->cal);
sys/dev/disk/nata/ata-all.c
208
callout_cancel(&request->callout);
sys/dev/disk/nata/ata-lowlevel.c
442
callout_cancel(&request->callout);
sys/dev/disk/nata/ata-queue.c
578
callout_cancel(&request->callout);
sys/dev/disk/nata/chipsets/ata-ahci.c
346
callout_cancel(&request->callout);
sys/dev/disk/nata/chipsets/ata-marvell.c
456
callout_cancel(&request->callout);
sys/dev/disk/nata/chipsets/ata-siliconimage.c
572
callout_cancel(&request->callout);
sys/dev/disk/sili/sili.c
1092
callout_cancel(&ccb->ccb_timeout);
sys/dev/disk/sili/sili.c
2404
callout_cancel(&ccb->ccb_timeout);
sys/dev/drm/linux_workqueue.c
410
callout_cancel(&dwork->timer);
sys/dev/drm/linux_workqueue.c
421
callout_cancel(&dwork->timer);
sys/dev/misc/ecc/ecc_amd8000.c
209
callout_cancel(&sc->ecc_callout);
sys/dev/misc/ecc/ecc_x3400.c
281
callout_cancel(&sc->ecc_callout);
sys/dev/misc/ipmi/ipmi.c
886
callout_cancel(&sc->ipmi_watchdog);
sys/dev/misc/led/led.c
365
callout_cancel(&led_ch);
sys/dev/netif/ath/ath/if_ath.c
1913
callout_cancel(&sc->sc_cal_ch);
sys/dev/netif/ath/ath/if_ath.c
2693
callout_cancel(&sc->sc_wd_ch);
sys/dev/netif/ath/ath/if_ath.c
2703
callout_cancel(&sc->sc_ledtimer);
sys/dev/netif/ath/ath/if_ath.c
5667
callout_cancel(&sc->sc_cal_ch);
sys/dev/netif/iwn/if_iwn.c
2912
callout_cancel(&sc->calib_to);
sys/dev/netif/iwn/if_iwn.c
8991
callout_cancel(&sc->watchdog_to);
sys/dev/netif/iwn/if_iwn.c
8992
callout_cancel(&sc->calib_to);
sys/dev/raid/twa/tw_osl_freebsd.c
849
callout_cancel(&(sc->watchdog_callout[0]));
sys/dev/raid/twa/tw_osl_freebsd.c
850
callout_cancel(&(sc->watchdog_callout[1]));
sys/kern/kern_time.c
965
callout_cancel(&p->p_ithandle);
sys/kern/kern_wdog.c
223
callout_cancel(&wdog_callout);
sys/kern/subr_taskqueue.c
525
callout_cancel(&timeout_task->c);
sys/net/altq/altq_rmclass.c
544
callout_cancel(&cl->callout_);
sys/net/ipfw/ip_fw2.c
7457
callout_cancel(&ctx->ipfw_stateto_ch);
sys/net/ipfw/ip_fw2.c
7458
callout_cancel(&ctx->ipfw_trackto_ch);
sys/net/ipfw/ip_fw2.c
7459
callout_cancel(&ctx->ipfw_keepalive_ch);
sys/net/ipfw/ip_fw2.c
7460
callout_cancel(&ctx->ipfw_xlatreap_ch);
sys/net/ipfw/ip_fw2.c
7502
callout_cancel(&ipfw_gd.ipfw_crossref_ch);
sys/netinet/ip_carp.c
690
callout_cancel(&sc->sc_ad_tmo);
sys/netinet/ip_carp.c
691
callout_cancel(&sc->sc_md_tmo);
sys/netinet/ip_carp.c
692
callout_cancel(&sc->sc_md6_tmo);
sys/sys/callout.h
134
int callout_cancel (struct callout *cc);