Home
last modified time | relevance | path

Searched refs:flush_lock (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/iser/
H A Diser_verbs.c149 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()
H A Dicl_iser.c261 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()
H A Dicl_iser.h399 struct mtx flush_lock; member