Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c134 pool_p->ipool_thread = thread_create(NULL, 0, in i_ddi_irm_poststartup()
200 pool_p->ipool_thread = thread_create(NULL, 0, in ndi_irm_create()
321 if (pool_p->ipool_thread && in ndi_irm_destroy()
326 thread_join(pool_p->ipool_thread->t_did); in ndi_irm_destroy()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr_impl.h240 kthread_t *ipool_thread; /* Balancing thread */ member