Home
last modified time | relevance | path

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

/titanic_44/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, in ps_init()
302 if (ps_suspend_thread != NULL) { in ps_fini()
308 thread_join(ps_suspend_thread->t_did); in ps_fini()
309 ps_suspend_thread = NULL; in ps_fini()