Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_provider.c338 mip->mi_notify_thread = thread_create(NULL, 0, i_mac_notify_thread, in mac_register()
463 if (mip->mi_notify_thread != NULL) in mac_register()
1306 while ((mip->mi_notify_thread != NULL) && in i_mac_notify_exit()
1314 mip->mi_notify_thread = NULL; in i_mac_notify_exit()
H A Dmac.c574 ASSERT(mip->mi_notify_thread == NULL); in i_mac_destructor()
/titanic_44/usr/src/uts/common/sys/
H A Dmac_impl.h443 kthread_t *mi_notify_thread; /* mi_notify_lock */ member