Searched refs:cs_lock (Results 1 – 3 of 3) sorted by relevance
124 struct mtx cs_lock; member284 mtx_lock(&cs->cs_lock); in clnt_dg_create()357 mtx_lock(&cs->cs_lock); in clnt_dg_call()392 mtx_lock(&cs->cs_lock); in clnt_dg_call()446 mtx_lock(&cs->cs_lock); in clnt_dg_call()452 mtx_lock(&cs->cs_lock); in clnt_dg_call()492 mtx_lock(&cs->cs_lock); in clnt_dg_call()760 mtx_lock(&cs->cs_lock); in clnt_dg_call()817 mtx_lock(&cs->cs_lock); in clnt_dg_control()950 mtx_lock(&cs->cs_lock); in clnt_dg_close()[all …]
76 struct mtx cs_lock; member
140 #define CFISCSI_SESSION_LOCK(X) mtx_lock(&X->cs_lock)141 #define CFISCSI_SESSION_UNLOCK(X) mtx_unlock(&X->cs_lock)142 #define CFISCSI_SESSION_LOCK_ASSERT(X) mtx_assert(&X->cs_lock, MA_OWNED)1170 cv_wait(&cs->cs_maintenance_cv, &cs->cs_lock); in cfiscsi_maintenance_thread()1265 mtx_init(&cs->cs_lock, "cfiscsi_lock", NULL, MTX_DEF); in cfiscsi_session_new()1278 cs->cs_conn = icl_new_conn(offload, false, "cfiscsi", &cs->cs_lock); in cfiscsi_session_new()2068 error = cv_wait_sig(&cs->cs_login_cv, &cs->cs_lock); in cfiscsi_ioctl_receive()