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

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtimod.c138 * by tim_mutex instead. If you don't hold that lock, don't look at them.
167 kmutex_t tim_mutex; /* protect tim_peer* */ member in struct:tim_tim
387 mutex_init(&tp->tim_mutex, NULL, MUTEX_DEFAULT, NULL);
565 mutex_destroy(&tp->tim_mutex);
850 mutex_enter(&ntp->tim_mutex);
860 mutex_exit(&ntp->tim_mutex);
873 mutex_exit(&ntp->tim_mutex);
892 mutex_exit(&ntp->tim_mutex);
1232 mutex_enter(&tp->tim_mutex);
1238 mutex_exit(&tp->tim_mutex);
[all...]

Completed in 31 milliseconds