Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c1164 HRTIME_TO_HPET_TICKS(next_proxy_time - gethrtime())) in hpet_guaranteed_schedule()