Searched refs:ti_event_cv (Results 1 – 3 of 3) sorted by relevance
359 cv_init(&ti->ti_event_cv, NULL, CV_DEFAULT, NULL); in eibnx_start_port_monitor()411 cv_wait(&ti->ti_event_cv, &ti->ti_event_lock); in eibnx_stop_port_monitor()414 cv_broadcast(&ti->ti_event_cv); in eibnx_stop_port_monitor()422 cv_destroy(&ti->ti_event_cv); in eibnx_stop_port_monitor()
117 cv_wait(&info->ti_event_cv, &info->ti_event_lock); in eibnx_port_monitor()146 cv_wait(&info->ti_event_cv, &info->ti_event_lock); in eibnx_port_monitor()238 if (cv_timedwait(&info->ti_event_cv, &info->ti_event_lock, in eibnx_port_monitor()325 cv_broadcast(&ti->ti_event_cv); in eibnx_subnet_notices_handler()653 cv_broadcast(&info->ti_event_cv); in eibnx_comp_handler()998 cv_broadcast(&ti->ti_event_cv); in eibnx_handle_port_events()
365 kcondvar_t ti_event_cv; member