Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c143 hrtime_t dtrace_chill_max = MSEC2NSEC(500); /* 500 ms */ variable
6721 if (cpu->cpu_dtrace_chilled + val > dtrace_chill_max || in dtrace_action_chill()