Searched refs:APIC_NSECS_TO_TICKS (Results 1 – 2 of 2) sorted by relevance
154 apic_hertz_count = APIC_NSECS_TO_TICKS(apic_nsec_per_intr); in apic_timer_init()219 ticks = APIC_NSECS_TO_TICKS(time); in periodic_timer_reprogram()276 ticks = APIC_NSECS_TO_TICKS(delta); in oneshot_timer_reprogram()
66 #define APIC_NSECS_TO_TICKS(nsecs) (((int64_t)(nsecs) * \ macro