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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c114 * sbdp_skip_user_threads is used to control if user threads should
115 * be suspended. If sbdp_skip_user_threads is true, the rest of the
125 static int sbdp_skip_user_threads = 0; /* default to FALSE */ variable
517 if (sbdp_skip_user_threads)
740 if (!sbdp_skip_user_threads) {

Completed in 58 milliseconds