Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.c63 static kmutex_t auth_data_lock; variable
245 mutex_init(&auth_data_lock, NULL, MUTEX_DRIVER, NULL); in persistent_init()
278 mutex_destroy(&auth_data_lock); in persistent_fini()
1099 mutex_enter(&auth_data_lock); in persistent_auth_set()
1102 mutex_exit(&auth_data_lock); in persistent_auth_set()
1135 ASSERT(mutex_owned(&auth_data_lock)); in persistent_auth_next()
1150 mutex_enter(&auth_data_lock); in persistent_auth_clear()
1152 mutex_exit(&auth_data_lock); in persistent_auth_clear()
1166 mutex_enter(&auth_data_lock); in persistent_auth_lock()
1176 mutex_exit(&auth_data_lock); in persistent_auth_unlock()