Home
last modified time | relevance | path

Searched refs:HRTIME_TO_HPET_TICKS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h156 #define HRTIME_TO_HPET_TICKS(t) (((t) * HPET_FEMTO_TO_NANO) / hpet_info.period) macro
159 #define HRTIME_TO_HPET_TICKS(t) (((t) * HPET_FEMTO_TO_NANO) / hpet_info.period) macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtscc_hpet.c36 #define HPET_SAMPLE_TICKS (HRTIME_TO_HPET_TICKS(HPET_SAMPLE_INTERVAL_NS))
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c1299 HRTIME_TO_HPET_TICKS(next_proxy_time - gethrtime())) in hpet_guaranteed_schedule()