Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c656 _NOTE(MUTEX_PROTECTS_DATA(ibd_state_t::id_acache_req_lock, in _NOTE()
658 _NOTE(MUTEX_PROTECTS_DATA(ibd_state_t::id_acache_req_lock, in _NOTE()
1184 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()
[all …]
/titanic_44/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h862 kmutex_t id_acache_req_lock; member