Searched refs:bus_mgr_node_cv (Results 1 – 4 of 4) sorted by relevance
141 cv_destroy(&hal->bus_mgr_node_cv); in s1394_cleanup_for_detach()284 cv_signal(&hal->bus_mgr_node_cv); in s1394_destroy_br_thread()321 cv_signal(&hal->bus_mgr_node_cv); in s1394_tickle_bus_reset_thread()
2377 cv_signal(&hal->bus_mgr_node_cv); in s1394_become_bus_mgr()2446 cv_signal(&hal->bus_mgr_node_cv); in s1394_become_bus_mgr()2504 cv_signal(&hal->bus_mgr_node_cv); in s1394_become_bus_mgr_callback()2519 cv_signal(&hal->bus_mgr_node_cv); in s1394_become_bus_mgr_callback()2608 cv_wait(&hal->bus_mgr_node_cv, &hal->bus_mgr_node_mutex); in s1394_do_bus_mgr_processing()
182 cv_init(&hal->bus_mgr_node_cv, NULL, CV_DRIVER, in h1394_attach()
585 kcondvar_t bus_mgr_node_cv; member