Symbol: callout_terminate
sys/dev/crypto/rdrand/rdrand.c
152
callout_terminate(&sc->sc_rng_co[i]);
sys/dev/disk/nata/ata-all.h
607
callout_terminate(&request->callout); \
sys/dev/misc/psm/psm.c
2123
callout_terminate(&sc->callout);
sys/dev/misc/psm/psm.c
2124
callout_terminate(&sc->softcallout);
sys/dev/netif/ix/if_ix.c
693
callout_terminate(&sc->timer);
sys/dev/netif/ix/if_ix.c
696
callout_terminate(&sc->fw_timer);
sys/dev/netif/mxge/if_mxge.c
4474
callout_terminate(&sc->co_hdl);
sys/dev/netif/oce/oce_if.c
331
callout_terminate(&sc->timer);
sys/dev/raid/aac/aac.c
666
callout_terminate(&sc->aac_daemontime);
sys/dev/raid/ciss/ciss.c
1907
callout_terminate(&sc->ciss_periodic);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
377
callout_terminate(&vbus_ext->timer);
sys/dev/raid/mfi/mfi.c
1074
callout_terminate(&sc->mfi_watchdog_callout);
sys/dev/raid/mps/mps.c
1321
callout_terminate(&sc->periodic);
sys/dev/virtual/virtio/random/virtio_random.c
158
callout_terminate(&sc->vtrnd_callout);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
381
callout_terminate(&sc->vmx_tick);
sys/kern/kern_event.c
511
callout_terminate(calloutp);
sys/kern/kern_exit.c
370
callout_terminate(&p->p_ithandle);
sys/kern/kern_wdog.c
224
callout_terminate(&wdog_callout);
sys/kern/subr_log.c
113
callout_terminate(&logsoftc.sc_callout);
sys/net/altq/altq_rmclass.c
549
callout_terminate(&cl->callout_);
sys/net/wg/if_wg.c
668
callout_terminate(&peer->p_new_handshake);
sys/net/wg/if_wg.c
669
callout_terminate(&peer->p_send_keepalive);
sys/net/wg/if_wg.c
670
callout_terminate(&peer->p_retry_handshake);
sys/net/wg/if_wg.c
671
callout_terminate(&peer->p_persistent_keepalive);
sys/net/wg/if_wg.c
672
callout_terminate(&peer->p_zero_key_material);
sys/net/wg/wg_cookie.c
469
callout_terminate(&rl->rl_gc);
sys/netinet/tcp_timer2.h
81
callout_terminate(&_tc->tc_callout);
sys/sys/callout.h
133
void callout_terminate (struct callout *cc);