Searched refs:fc_busy_cv (Results 1 – 2 of 2) sorted by relevance
104 cv_init(&fcp->fcp_cmd.fc_busy_cv, NULL, CV_DRIVER, NULL); in av1394_fcp_attach()106 cv_init(&fcp->fcp_resp.fc_busy_cv, NULL, CV_DRIVER, NULL); in av1394_fcp_attach()167 if (cv_wait_sig(&fc->fc_busy_cv, &ap->a_mutex) == 0) { in av1394_fcp_write()192 cv_broadcast(&fc->fc_busy_cv); in av1394_fcp_write()306 cv_destroy(&fcp->fcp_cmd.fc_busy_cv); in av1394_fcp_cleanup()308 cv_destroy(&fcp->fcp_resp.fc_busy_cv); in av1394_fcp_cleanup()
104 kcondvar_t fc_busy_cv; /* busy cv */ member