Searched refs:su_cv (Results 1 – 3 of 3) sorted by relevance
161 cv_init(&sup->su_cv, NULL, CV_DEFAULT, NULL); in softmac_upper_constructor()192 cv_destroy(&sup->su_cv); in softmac_upper_destructor()662 cv_signal(&sup->su_cv); in softmac_drv_wsrv()678 cv_signal(&sup->su_cv); in softmac_drv_wsrv()
212 cv_wait(&sup->su_cv, &sup->su_mutex); in softmac_client_tx_notify()927 cv_wait(&sup->su_cv, &sup->su_mutex); in softmac_fastpath_setup()953 cv_wait(&sup->su_cv, &sup->su_mutex); in softmac_fastpath_tear()
307 kcondvar_t su_cv; member