Searched refs:id_acache_req_lock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c654 * id_acache_req_lock
656 _NOTE(MUTEX_PROTECTS_DATA(ibd_state_t::id_acache_req_lock,
658 _NOTE(MUTEX_PROTECTS_DATA(ibd_state_t::id_acache_req_lock,
1184 mutex_enter(&state->id_acache_req_lock);
1189 mutex_exit(&state->id_acache_req_lock);
1201 mutex_enter(&state->id_acache_req_lock);
1202 CALLB_CPR_INIT(&cprinfo, &state->id_acache_req_lock,
1208 mutex_exit(&state->id_acache_req_lock);
1265 mutex_enter(&state->id_acache_req_lock);
1269 mutex_exit(&state->id_acache_req_lock);
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h862 kmutex_t id_acache_req_lock; member in struct:ibd_state_s

Completed in 69 milliseconds