Searched refs:rds_debug_mutex (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_debug.c72 static kmutex_t rds_debug_mutex; variable
84 mutex_init(&rds_debug_mutex, NULL, MUTEX_DRIVER, NULL);
85 mutex_enter(&rds_debug_mutex);
98 mutex_exit(&rds_debug_mutex);
111 mutex_enter(&rds_debug_mutex);
116 mutex_exit(&rds_debug_mutex);
117 mutex_destroy(&rds_debug_mutex);
131 ASSERT(MUTEX_HELD(&rds_debug_mutex));
149 mutex_enter(&rds_debug_mutex);
153 mutex_exit(&rds_debug_mutex);
[all...]

Completed in 102 milliseconds