Searched defs:old_hrtime_stamp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c661 int old_hrtime_stamp; local
677 while ((old_hrtime_stamp = apic_hrtime_stamp) & 1)
682 if (apic_hrtime_stamp != old_hrtime_stamp) { /* got an interrupt */
697 int old_hrtime_stamp, status; local
722 while ((old_hrtime_stamp = apic_hrtime_stamp) & 1)
775 if (apic_hrtime_stamp != old_hrtime_stamp) { /* got an interrupt */

Completed in 61 milliseconds