Home
last modified time | relevance | path

Searched refs:callout_halt (Results 1 – 25 of 112) sorted by relevance

12345

/netbsd/sys/dev/gpio/
H A Dgpiopwm.c147 callout_halt(&sc->sc_pulse, NULL); in gpiopwm_detach()
171 callout_halt(&sc->sc_pulse, NULL); in gpiopwm_set_on()
198 callout_halt(&sc->sc_pulse, NULL); in gpiopwm_set_off()
/netbsd/sys/modules/examples/executor/
H A Dexecutor.c101 callout_halt(&sc, NULL); in executor_modcmd()
/netbsd/sys/sys/
H A Dcallout.h117 bool callout_halt(callout_t *, void *);
/netbsd/sys/external/bsd/drm2/include/linux/
H A Dtimer.h110 if (callout_halt(&timer->tl_callout, NULL)) in del_timer_sync()
/netbsd/sys/external/bsd/common/linux/
H A Dlinux_work.c351 if (!callout_halt(&dw->dw_callout, &wq->wq_lock)) in destroy_workqueue()
1380 if (!callout_halt(&dw->dw_callout, &wq->wq_lock)) in cancel_delayed_work_sync()
1393 (void)callout_halt(&dw->dw_callout, &wq->wq_lock); in cancel_delayed_work_sync()
1403 (void)callout_halt(&dw->dw_callout, &wq->wq_lock); in cancel_delayed_work_sync()
1582 if (!callout_halt(&dw->dw_callout, &wq->wq_lock)) { in flush_delayed_work()
/netbsd/sys/arch/usermode/dev/
H A Dvaudio.c331 callout_halt(&sc->sc_play.st_callout, NULL); in vaudio_halt_output()
342 callout_halt(&sc->sc_record.st_callout, NULL); in vaudio_halt_input()
/netbsd/sys/external/bsd/drm2/linux/
H A Dlinux_hrtimer.c126 if (callout_halt(&hrt->hrt_ch, NULL)) { in hrtimer_cancel()
/netbsd/sys/dev/vmt/
H A Dvmt_subr.c242 callout_halt(&sc->sc_tick, NULL); in vmt_common_detach()
245 callout_halt(&sc->sc_tclo_tick, NULL); in vmt_common_detach()
248 callout_halt(&sc->sc_clock_sync_tick, NULL); in vmt_common_detach()
339 callout_halt(&sc->sc_clock_sync_tick, NULL); in vmt_sysctl_update_clock_sync_period()
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_context.h155 #define callout_drain(x) callout_halt(x, NULL)
/netbsd/sys/external/bsd/vchiq/dist/interface/compat/
H A Dvchi_bsd.c109 callout_halt(&t->callout, &t->mtx); in del_timer_sync()
/netbsd/sys/arch/x86/pci/
H A Dfwhrng.c214 callout_halt(&sc->sc_rnd_ch, NULL); in fwhrng_detach()
/netbsd/sys/dev/sdmmc/
H A Dld_sdmmc.c178 callout_halt(&task->task_restart_ch, &sc->sc_lock); in ld_sdmmc_task_cancel()
187 callout_halt(&task->task_restart_ch, &sc->sc_lock); in ld_sdmmc_task_cancel()
/netbsd/sys/dev/
H A Dmidi.c249 callout_halt(&sc->xmt_asense_co, NULL); in mididetach()
250 callout_halt(&sc->rcv_asense_co, NULL); in mididetach()
892 callout_halt(&sc->xmt_asense_co, sc->lock); in midiclose()
893 callout_halt(&sc->rcv_asense_co, sc->lock); in midiclose()
/netbsd/sys/netinet6/
H A Dmld6.c225 callout_halt(&in6m->in6m_timer_ch, NULL); in mld_stoptimer()
814 callout_halt(&in6m->in6m_timer_ch, NULL); in in6m_destroy()
/netbsd/sys/arch/sparc64/dev/
H A Dtda.c182 callout_halt(&sc->sc_timer, NULL); in tda_detach()
/netbsd/sys/dev/ata/
H A Data_subr.c218 callout_halt(&chp->c_timo_callout, &chp->ch_lock); in ata_channel_destroy()
/netbsd/sys/dev/isa/
H A Dpcppi.c205 callout_halt(&sc->sc_bell_ch, NULL); in pcppi_detach()
H A Dym.c1133 callout_halt(&sc->sc_powerdown_ch, in ym_suspend()
1385 callout_halt(&sc->sc_powerdown_ch, in ym_power_ctl()
1396 callout_halt(&sc->sc_powerdown_ch, in ym_power_ctl()
/netbsd/sys/dev/i2c/
H A Dpcagpio.c226 callout_halt(&sc->sc_timer, NULL); in pcagpio_detach()
/netbsd/sys/kern/
H A Dkern_sleepq.c364 (void)callout_halt(&l->l_timeout_ch, NULL); in sleepq_block()
/netbsd/sys/dev/dm/
H A Ddm_target_delay.c412 callout_halt(&di->cal, NULL); in _destroy()
/netbsd/sys/dev/scsipi/
H A Dss.c210 callout_halt(&ss->sc_callout, NULL); in ssdetach()
/netbsd/sys/dev/acpi/
H A Dsmbus_acpi.c187 callout_halt(&sc->sc_callout, NULL); in acpi_smbus_detach()
/netbsd/sys/dev/usb/
H A Dukbd.c610 callout_halt(&sc->sc_delay, NULL); in ukbd_detach()
611 callout_halt(&sc->sc_ledreset, NULL); in ukbd_detach()
/netbsd/sys/fs/autofs/
H A Dautofs.c391 callout_halt(&ar->ar_callout, NULL); in autofs_trigger_one()

12345