Home
last modified time | relevance | path

Searched refs:tc_poll_pps (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/sys/
H A Dtimetc.h47 timecounter_pps_t *tc_poll_pps; member
/freebsd/sys/i386/i386/
H A Delan-mmcr.c447 elan_timecounter.tc_poll_pps = elan_poll_pps; in elan_ioctl()
449 elan_timecounter.tc_poll_pps = NULL; in elan_ioctl()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c326 sc->tc.tc_poll_pps = dmtpps_poll; in dmtpps_open()
344 sc->tc.tc_poll_pps = NULL; in dmtpps_close()
/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dhyperv_x86.c72 .tc_poll_pps = NULL,
/freebsd/sys/riscv/riscv/
H A Dtimer.c74 .tc_poll_pps = NULL,
/freebsd/sys/arm/arm/
H A Dsp804.c247 sc->tc.tc_poll_pps = NULL; in sp804_timer_attach()
H A Dmpcore_timer.c126 .tc_poll_pps = NULL,
H A Dgeneric_timer.c167 .tc_poll_pps = NULL,
/freebsd/sys/x86/x86/
H A Dpvclock.c308 pvc->tc.tc_poll_pps = NULL; in pvclock_init()
/freebsd/sys/kern/
H A Dkern_tc.c1422 if (tho->th_counter->tc_poll_pps) in tc_windup()
1423 tho->th_counter->tc_poll_pps(tho->th_counter); in tc_windup()