Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.c62 static kmutex_t chap_data_lock; variable
264 mutex_init(&chap_data_lock, NULL, MUTEX_DRIVER, NULL); in persistent_init()
297 mutex_destroy(&chap_data_lock); in persistent_fini()
992 mutex_enter(&chap_data_lock); in persistent_chap_set()
995 mutex_exit(&chap_data_lock); in persistent_chap_set()
1025 ASSERT(mutex_owned(&chap_data_lock)); in persistent_chap_next()
1039 mutex_enter(&chap_data_lock); in persistent_chap_clear()
1041 mutex_exit(&chap_data_lock); in persistent_chap_clear()
1054 mutex_enter(&chap_data_lock); in persistent_chap_lock()
1063 mutex_exit(&chap_data_lock); in persistent_chap_unlock()