Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Dcbe.c58 unscalehrtime(hrtime_t ts) in unscalehrtime() function
116 tickcmpr_set(unscalehrtime(time)); in cbe_reprogram()
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_pm.c739 cpupm_ti_predict_interval = unscalehrtime(cpupm_ti_gov_interval); in cpupm_governor_initialize()
740 cpupm_tw_predict_interval = unscalehrtime(cpupm_tw_gov_interval); in cpupm_governor_initialize()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c320 ticks = (uint64_t)tsc_read() + unscalehrtime(delta); in deadline_timer_reprogram()
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h366 extern uint64_t unscalehrtime(hrtime_t);
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c1080 unscalehrtime(hrtime_t nsecs) in unscalehrtime() function
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c466 vmm_host_freq = unscalehrtime(NANOSEC); in vmm_init()
5015 const uint64_t host_ticks = unscalehrtime(hrt_delta); in vmm_data_write_vmm_time()