Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c377 mip->mi_notify_thread = thread_create(NULL, 0, i_mac_notify_thread, in mac_register()
509 if (mip->mi_notify_thread != NULL) in mac_register()
1416 while ((mip->mi_notify_thread != NULL) && in i_mac_notify_exit()
1424 mip->mi_notify_thread = NULL; in i_mac_notify_exit()
H A Dmac.c578 ASSERT(mip->mi_notify_thread == NULL); in i_mac_destructor()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h395 kthread_t *mi_notify_thread; /* mi_notify_lock */ member