Home
last modified time | relevance | path

Searched refs:tc_detach (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/sys/
H A Dtimetc.h85 int tc_detach(struct timecounter *);
/netbsd/sys/arch/i386/pci/
H A Dgeodecntr.c100 return tc_detach(&sc->sc_tc); in geodecntr_detach()
/netbsd/sys/dev/ic/
H A Dacpipmtimer.c70 return tc_detach(&tc->tc); in acpipmtimer_detach()
H A Dhpet.c65 if ((rc = tc_detach(&sc->sc_tc)) != 0) in hpet_detach()
/netbsd/sys/dev/acpi/
H A Dacpi_timer.c119 return tc_detach(&acpi_timecounter); in acpitimer_detach()
/netbsd/sys/arch/arm/cortex/
H A Da9tmr.c278 tc_detach(&a9tmr_timecounter); in a9tmr_update_freq()
/netbsd/sys/arch/x86/x86/
H A Dhyperv.c628 tc_detach(&hyperv_timecounter); in hyperv_detach()
/netbsd/sys/kern/
H A Dkern_tc.c790 tc_detach(struct timecounter *target) in tc_detach() function