Home
last modified time | relevance | path

Searched refs:clock_tick_proc_max (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dclock_tick.c146 clock_t clock_tick_proc_max; variable
246 clock_tick_proc_max = 1; in clock_tick_init_post()
257 if (clock_tick_proc_max == 0) { in clock_tick_init_post()
258 clock_tick_proc_max = CLOCK_TICK_PROC_MAX; in clock_tick_init_post()
260 clock_tick_proc_max *= 10; in clock_tick_init_post()
H A Dclock.c394 extern clock_t clock_tick_proc_max;
1623 if (pp->p_ttime >= clock_tick_proc_max) { in clock_tick()