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

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c136 * by tim_mutex instead. If you don't hold that lock, don't look at them.
165 kmutex_t tim_mutex; /* protect tim_peer* */ member in struct:tim_tim
376 mutex_init(&tp->tim_mutex, NULL, MUTEX_DEFAULT, NULL);
553 mutex_destroy(&tp->tim_mutex);
830 mutex_enter(&ntp->tim_mutex);
840 mutex_exit(&ntp->tim_mutex);
853 mutex_exit(&ntp->tim_mutex);
872 mutex_exit(&ntp->tim_mutex);
1206 mutex_enter(&tp->tim_mutex);
1212 mutex_exit(&tp->tim_mutex);
[all...]

Completed in 46 milliseconds