Searched defs:error_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c819 static kmutex_t error_mutex; /* protects error_list */ variable
829 ASSERT(mutex_owned(&error_mutex) != 0);
844 ASSERT(mutex_owned(&error_mutex) != 0);
859 ASSERT(mutex_owned(&error_mutex) != 0);
921 mutex_enter(&error_mutex);
944 mutex_exit(&error_mutex);
997 mutex_enter(&error_mutex);
1031 mutex_exit(&error_mutex);
1053 mutex_enter(&error_mutex);
1066 mutex_exit(&error_mutex);
[all...]

Completed in 48 milliseconds