Searched refs:c_pdu_cv (Results 1 – 3 of 3) sorted by relevance
479 cv_wait(&conn->c_pdu_cv, &conn->c_lock); in get_pdu()528 cv_broadcast(&conn->c_pdu_cv); in free_pdu()
779 cv_init(&conn->c_pdu_cv, "pdupool"); in create_connection()805 cv_destroy(&conn->c_pdu_cv); in create_connection()838 cv_destroy(&conn->c_pdu_cv); in create_connection()1783 cv_destroy(&conn->c_pdu_cv); in iscsi_cleanup_thread()
316 kcondvar_t c_pdu_cv; member