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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c115 static mutex_t debug_mutex; variable
269 (void) mutex_init(&debug_mutex, USYNC_THREAD, NULL);
1033 (void) mutex_lock(&debug_mutex);
1039 (void) mutex_unlock(&debug_mutex);
/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c74 static kmutex_t debug_mutex[1]; variable
1822 mutex_enter(debug_mutex);
1828 mutex_exit(debug_mutex);
H A Dippconf.c203 static kmutex_t debug_mutex[1]; variable
277 mutex_init(debug_mutex, NULL, MUTEX_ADAPTIVE,
3597 mutex_enter(debug_mutex);
3604 mutex_exit(debug_mutex);

Completed in 68 milliseconds