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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1345 kmutex_t drmach_msglist_mutex; /* mutex for message list */ variable
1788 mutex_enter(&drmach_msglist_mutex);
1792 mutex_exit(&drmach_msglist_mutex);
1799 * caller must hold drmach_msglist_mutex
1804 ASSERT(mutex_owned(&drmach_msglist_mutex));
1822 mutex_enter(&drmach_msglist_mutex);
1830 mutex_exit(&drmach_msglist_mutex);
1905 mutex_enter(&drmach_msglist_mutex);
1934 mutex_exit(&drmach_msglist_mutex);
1937 mutex_enter(&drmach_msglist_mutex);
[all...]

Completed in 70 milliseconds