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

/illumos-gate/usr/src/uts/common/syscall/
H A Duadmin.c69 kthread_t *ua_shutdown_thread = NULL; variable
169 * We only clear ua_shutdown_thread after A_REMOUNT or A_CONFIG.
175 while (ua_shutdown_thread != NULL) {
186 ua_shutdown_thread = curthread;
208 ua_shutdown_thread = NULL;
327 ua_shutdown_thread = NULL;
336 ua_shutdown_thread = NULL;

Completed in 58 milliseconds