Home
last modified time | relevance | path

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.c1184 mutex_enter(&state->id_acache_req_lock); in ibd_queue_work_slot()
1189 mutex_exit(&state->id_acache_req_lock); in ibd_queue_work_slot()
1201 mutex_enter(&state->id_acache_req_lock); in ibd_async_work()
1202 CALLB_CPR_INIT(&cprinfo, &state->id_acache_req_lock, in ibd_async_work()
1208 mutex_exit(&state->id_acache_req_lock); in ibd_async_work()
1265 mutex_enter(&state->id_acache_req_lock); in ibd_async_work()
1269 mutex_exit(&state->id_acache_req_lock); in ibd_async_work()
1291 mutex_enter(&state->id_acache_req_lock); in ibd_async_work()
1299 &state->id_acache_req_lock); in ibd_async_work()
1301 &state->id_acache_req_lock); in ibd_async_work()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h862 kmutex_t id_acache_req_lock; member