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

/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c117 * dr_skip_user_threads is used to control if user threads should
118 * be suspended. If dr_skip_user_threads is true, the rest of the
128 static int dr_skip_user_threads = 0; /* default to FALSE */ variable
538 if (dr_skip_user_threads)
766 if (!dr_skip_user_threads) {
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c118 * dr_skip_user_threads is used to control if user threads should
119 * be suspended. If dr_skip_user_threads is true, the rest of the
129 static int dr_skip_user_threads = 0; /* default to FALSE */ variable
539 if (dr_skip_user_threads)
798 if (!dr_skip_user_threads) {

Completed in 114 milliseconds