Searched refs:bus_mgr_node_cv (Results 1 – 4 of 4) sorted by relevance
134 cv_destroy(&hal->bus_mgr_node_cv); in s1394_cleanup_for_detach()249 cv_signal(&hal->bus_mgr_node_cv); in s1394_destroy_br_thread()283 cv_signal(&hal->bus_mgr_node_cv); in s1394_tickle_bus_reset_thread()
1868 cv_signal(&hal->bus_mgr_node_cv); in s1394_become_bus_mgr()1927 cv_signal(&hal->bus_mgr_node_cv); in s1394_become_bus_mgr()1979 cv_signal(&hal->bus_mgr_node_cv); in s1394_become_bus_mgr_callback()1989 cv_signal(&hal->bus_mgr_node_cv); in s1394_become_bus_mgr_callback()2067 cv_wait(&hal->bus_mgr_node_cv, &hal->bus_mgr_node_mutex); in s1394_do_bus_mgr_processing()
162 cv_init(&hal->bus_mgr_node_cv, NULL, CV_DRIVER, in h1394_attach()
549 kcondvar_t bus_mgr_node_cv; member