Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c129 static kmutex_t ldi_handle_hash_lock[LH_HASH_SZ]; variable
347 mutex_enter(&ldi_handle_hash_lock[index]); in handle_find()
350 mutex_exit(&ldi_handle_hash_lock[index]); in handle_find()
367 mutex_enter(&ldi_handle_hash_lock[index]); in handle_alloc()
374 mutex_exit(&ldi_handle_hash_lock[index]); in handle_alloc()
419 mutex_exit(&ldi_handle_hash_lock[index]); in handle_alloc()
432 mutex_enter(&ldi_handle_hash_lock[index]); in handle_release()
443 mutex_exit(&ldi_handle_hash_lock[index]); in handle_release()
452 mutex_exit(&ldi_handle_hash_lock[index]); in handle_release()
1178 mutex_enter(&ldi_handle_hash_lock[i]); in ldi_usage_walker()
[all …]