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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c808 hrtime_t now, sleep_tsc = 0; local
834 sleep_tsc = sleep_sec * cpu_freq_hz;
837 * We also want to subtract from the "sleep_tsc"
845 * 'now == sleep_tsc + saved_tsc'
848 sleep_tsc -= now;
850 tsc_adjust_delta(sleep_tsc);
852 tsc_adjust_delta(tsc_saved_tsc + sleep_tsc);

Completed in 58 milliseconds