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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_log.c40 kmutex_t bge_log_mutex[1]; variable
43 * Static data used by logging routines; protected by <bge_log_mutex>
60 ASSERT(mutex_owned(bge_log_mutex));
74 mutex_enter(bge_log_mutex);
83 mutex_exit(bge_log_mutex);
94 mutex_enter(bge_log_mutex);
103 mutex_exit(bge_log_mutex);
114 mutex_enter(bge_log_mutex);
123 mutex_exit(bge_log_mutex);
147 ASSERT(mutex_owned(bge_log_mutex));
[all...]

Completed in 43 milliseconds