Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c180 static hrtime_t apic_last_hrtime = 0; variable
784 temp = apic_last_hrtime; in apic_gethrtime()
809 if (temp < apic_last_hrtime) { in apic_gethrtime()
812 temp = apic_last_hrtime; in apic_gethrtime()
815 apic_last_hrtime = temp; in apic_gethrtime()