Symbol: et_stop
sys/arm/allwinner/aw_timer.c
319
sc->et.et_stop = aw_timer_eventtimer_stop;
sys/arm/arm/generic_timer.c
799
sc->et.et_stop = arm_tmr_stop;
sys/arm/arm/mpcore_timer.c
353
sc->et.et_stop = arm_tmr_stop;
sys/arm/arm/sp804.c
271
sc->et.et_stop = sp804_timer_stop;
sys/arm/freescale/imx/imx_epit.c
329
sc->et.et_stop = epit_et_stop;
sys/arm/freescale/imx/imx_gpt.c
267
sc->et.et_stop = imx_gpt_timer_stop;
sys/arm/mv/timer.c
242
sc->et.et_stop = mv_timer_stop;
sys/arm/ti/am335x/am335x_dmtimer.c
199
sc->func.et.et_stop = am335x_dmtimer_et_stop;
sys/dev/acpica/acpi_hpet.c
810
t->et.et_stop = hpet_stop;
sys/dev/et/if_et.c
1220
et_stop(sc);
sys/dev/et/if_et.c
1258
et_stop(sc);
sys/dev/et/if_et.c
1297
et_stop(sc);
sys/dev/et/if_et.c
133
static void et_stop(struct et_softc *);
sys/dev/et/if_et.c
2701
et_stop(sc);
sys/dev/et/if_et.c
368
et_stop(sc);
sys/dev/et/if_et.c
403
et_stop(sc);
sys/dev/xen/timer/xen_timer.c
405
sc->et.et_stop = xentimer_et_stop;
sys/kern/kern_clocksource.c
457
et_stop(timer);
sys/kern/kern_clocksource.c
525
et_stop(timer);
sys/kern/kern_et.c
211
if (et->et_stop)
sys/kern/kern_et.c
212
return (et->et_stop(et));
sys/powerpc/powerpc/clock.c
229
decr_et.et_stop = decr_et_stop;
sys/riscv/riscv/timer.c
253
sc->et.et_stop = riscv_timer_et_stop;
sys/sys/timeet.h
76
et_stop_t *et_stop;
sys/sys/timeet.h
98
int et_stop(struct eventtimer *et);
sys/x86/isa/atrtc.c
515
sc->et.et_stop = rtc_stop;
sys/x86/isa/clock.c
619
sc->et.et_stop = attimer_stop;
sys/x86/x86/local_apic.c
631
lapic_et.et_stop = lapic_et_stop;