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

/illumos-gate/usr/src/uts/common/os/
H A Dclock_tick.c63 * facilitate this, a variable, clock_tick_threshold, is defined. Platforms
66 * if the number of CPUs is greater than clock_tick_threshold, multi-threading
78 * clock_tick_threshold
135 int clock_tick_threshold; variable
232 clock_tick_threshold = 0;
234 ASSERT(clock_tick_threshold >= 0);
236 if (clock_tick_threshold == 0)
237 clock_tick_threshold = max_ncpus;
244 if (ncpus <= clock_tick_threshold) {
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_startup.c76 extern int clock_tick_threshold;
332 if (clock_tick_threshold == 0)
333 clock_tick_threshold = SUN4V_CLOCK_TICK_THRESHOLD;
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c119 extern int clock_tick_threshold;
994 if (clock_tick_threshold == 0)
995 clock_tick_threshold = OPL_CLOCK_TICK_THRESHOLD;

Completed in 61 milliseconds