Searched refs:mcbi_cv (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_provider.c | 1318 cv_wait(&mcbi->mcbi_cv, mcbi->mcbi_lockp); in i_mac_notify_thread() 1396 cv_broadcast(&mcbi->mcbi_cv); in i_mac_notify_thread() 1416 cv_broadcast(&mcbi->mcbi_cv); in i_mac_notify_exit() 1421 cv_wait(&mcbi->mcbi_cv, mcbi->mcbi_lockp); in i_mac_notify_exit()
|
H A D | mac.c | 545 cv_init(&mip->mi_notify_cb_info.mcbi_cv, NULL, CV_DRIVER, NULL); in i_mac_constructor() 547 cv_init(&mip->mi_promisc_cb_info.mcbi_cv, NULL, CV_DRIVER, NULL); in i_mac_constructor() 594 cv_destroy(&mip->mi_promisc_cb_info.mcbi_cv); in i_mac_destructor() 596 cv_destroy(&mip->mi_notify_cb_info.mcbi_cv); in i_mac_destructor() 710 cv_wait(&mcbi->mcbi_cv, mcbi->mcbi_lockp); in mac_callback_remove_wait() 726 cv_wait(&mcbi->mcbi_cv, mcbi->mcbi_lockp); in mac_callback_barrier() 729 cv_broadcast(&mcbi->mcbi_cv); in mac_callback_barrier() 741 cv_wait(&mcbi->mcbi_cv, mcbi->mcbi_lockp); in mac_callback_walker_enter() 859 cv_broadcast(&mcbi->mcbi_cv); in mac_callback_walker_exit() 929 cv_broadcast(&mcbi->mcbi_cv); in i_mac_notify()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mac_impl.h | 109 kcondvar_t mcbi_cv; member
|