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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dhardclk.c53 uint_t cpu_tick_freq = 0; /* deprecated, tune sys_tick_freq instead */ variable
89 * We want to allow cpu_tick_freq to be tunable; we'll only set it
92 if (cpu_tick_freq != 0) {
93 cmn_err(CE_WARN, "cpu_tick_freq is no longer a kernel "
95 sys_tick_freq = cpu_tick_freq;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dhardclk.c51 uint_t cpu_tick_freq = 0; /* deprecated, tune sys_tick_freq instead */ variable
109 * We want to allow cpu_tick_freq to be tunable; we'll only set it
112 if (cpu_tick_freq != 0) {
113 cmn_err(CE_WARN, "cpu_tick_freq is no longer a kernel "
115 sys_tick_freq = cpu_tick_freq;

Completed in 86 milliseconds