Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h315 kthread_t *msg_proc_thr; /* main msg processing thread */ member
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c539 thread_join(vdc->msg_proc_thr->t_did); in vdc_detach()
738 vdc->msg_proc_thr = thread_create(NULL, 0, vdc_process_msg_thread, in vdc_do_attach()
740 if (vdc->msg_proc_thr == NULL) { in vdc_do_attach()