Searched defs: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
161 mutex_init(&ldi_handle_hash_lock[i], NULL, MUTEX_DEFAULT, NULL);
327 ASSERT(MUTEX_HELD(&ldi_handle_hash_lock[index]));
347 mutex_enter(&ldi_handle_hash_lock[index]);
350 mutex_exit(&ldi_handle_hash_lock[index]);
367 mutex_enter(&ldi_handle_hash_lock[index]);
374 mutex_exit(&ldi_handle_hash_lock[index]);
419 mutex_exit(&ldi_handle_hash_lock[index]);
432 mutex_enter(&ldi_handle_hash_lock[index]);
443 mutex_exit(&ldi_handle_hash_lock[inde
[all...]

Completed in 49 milliseconds