Searched refs:ps_suspend_thread_exit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c158 static boolean_t ps_suspend_thread_exit = B_FALSE; variable
266 ps_suspend_thread_exit = B_FALSE;
304 ps_suspend_thread_exit = B_TRUE;
563 * If ps_suspend_thread_exit is set, ds_cap_fini has been
567 if (ps_suspend_thread_exit) {
676 * Wait for a suspend request or for ps_suspend_thread_exit to be set.
683 while (ps_suspend_thread_exit == B_FALSE) {

Completed in 60 milliseconds