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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c80 * sysctrl_skip_user_threads is used to control if user threads should
81 * be suspended. If sysctrl_skip_user_threads is true, the rest of the
91 static int sysctrl_skip_user_threads = 0; /* default to FALSE */ variable
337 if (sysctrl_skip_user_threads)
626 if (!sysctrl_skip_user_threads) {

Completed in 235 milliseconds