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

/illumos-gate/usr/src/uts/sun4v/os/
H A Dsuspend.c156 static uint64_t suspend_tick_stick_max_delta = 1000; /* microseconds */ variable
233 * of suspend_tick_stick_max_delta. The following is an explanation of why
234 * suspend_tick_stick_max_delta must be multplied by two and added to
277 * suspend_tick_stick_max_delta by two in the calculation for
301 * frequency by suspend_tick_stick_max_delta (us). Then, multiply by 2
306 (CPU->cpu_curr_clock * suspend_tick_stick_max_delta * 2 / MICROSEC);
308 (sys_tick_freq * suspend_tick_stick_max_delta * 2 / MICROSEC);
312 * of suspend_tick_stick_max_delta to account for variation across
317 (suspend_tick_stick_max_delta * 2 * (NANOSEC/MICROSEC));
641 * allowed and accounted for using suspend_tick_stick_max_delta,
[all...]

Completed in 117 milliseconds