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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c159 static kthread_t *ps_suspend_thread = NULL; variable
281 ps_suspend_thread = thread_create(NULL, 2 * DEFAULTSTKSZ,
302 if (ps_suspend_thread != NULL) {
308 thread_join(ps_suspend_thread->t_did);
309 ps_suspend_thread = NULL;
535 * sequenced by the ps_suspend_thread, but perform some checks here
568 DBG("ps_suspend_data_handler: ps_suspend_thread is exiting\n");

Completed in 221 milliseconds