Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1315 cv_wait(&mcbi->mcbi_cv, mcbi->mcbi_lockp); in i_mac_notify_thread()
1393 cv_broadcast(&mcbi->mcbi_cv); in i_mac_notify_thread()
1413 cv_broadcast(&mcbi->mcbi_cv); in i_mac_notify_exit()
1418 cv_wait(&mcbi->mcbi_cv, mcbi->mcbi_lockp); in i_mac_notify_exit()
H A Dmac.c545 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 Dmac_impl.h109 kcondvar_t mcbi_cv; member