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

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c1390 uint_t tick_scale; local
1434 * tick_scale is the reciprocal of nsec_scale which is
1437 * except we use tick_scale instead of nsec_scale and
1440 tick_scale = (uint_t)(((u_longlong_t)sys_tick_freq
1444 top = ((uint64_t)tk.half.high << 4) * tick_scale;
1445 bottom = (((uint64_t)tk.half.low << 4) * (uint64_t)tick_scale) >> 32;

Completed in 60 milliseconds