Searched refs:apic_nsec_per_intr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_timer.h52 extern uint_t apic_nsec_per_intr;
H A Dapic_common.h127 extern uint_t apic_nsec_per_intr;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c51 uint_t apic_nsec_per_intr = 0; variable
153 apic_nsec_per_intr = NANOSEC / hertz;
154 apic_hertz_count = APIC_NSECS_TO_TICKS(apic_nsec_per_intr);
H A Dapic.c556 apic_nsec_since_boot += apic_nsec_per_intr;
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c681 apic_nsec_since_boot += apic_nsec_per_intr;

Completed in 65 milliseconds