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

/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c108 static kthread_t *ddi_umem_unlock_thread; variable
8308 if (ddi_umem_unlock_thread == NULL)
8533 /* ddi_umem_unlock_thread does not exit */
8545 if (ddi_umem_unlock_thread == NULL) {
8546 ddi_umem_unlock_thread = thread_create(NULL, 0,
8606 if (ddi_umem_unlock_thread == NULL)
8674 ASSERT(ddi_umem_unlock_thread != NULL);

Completed in 338 milliseconds