Searched refs:flush_lock (Results 1 – 3 of 3) sorted by relevance
149 mtx_lock(&ib_conn->beacon.flush_lock); in iser_handle_wc()152 mtx_unlock(&ib_conn->beacon.flush_lock); in iser_handle_wc()654 mtx_lock(&ib_conn->beacon.flush_lock); in iser_conn_terminate()662 mtx_unlock(&ib_conn->beacon.flush_lock); in iser_conn_terminate()667 cv_wait(&ib_conn->beacon.flush_cv, &ib_conn->beacon.flush_lock); in iser_conn_terminate()676 mtx_unlock(&ib_conn->beacon.flush_lock); in iser_conn_terminate()681 cv_wait(&ib_conn->beacon.flush_cv, &ib_conn->beacon.flush_lock); in iser_conn_terminate()682 mtx_unlock(&ib_conn->beacon.flush_lock); in iser_conn_terminate()
261 mtx_init(&iser_conn->ib_conn.beacon.flush_lock, "iser_flush_lock", NULL, MTX_DEF); in iser_new_conn()283 mtx_destroy(&iser_conn->ib_conn.beacon.flush_lock); in iser_conn_free()
399 struct mtx flush_lock; member