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

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c80 static krwlock_t tim_list_rwlock; variable
125 * tim_list_rwlock protects the list of tim_tim structures itself. When this
157 /* Protected by the global tim_list_rwlock for all instances */
257 rw_init(&tim_list_rwlock, NULL, RW_DRIVER, NULL);
260 rw_destroy(&tim_list_rwlock);
275 rw_destroy(&tim_list_rwlock);
288 * ACCEPTOR_id in T_CONN_RES. Protected by tim_list_rwlock.
823 rw_enter(&tim_list_rwlock, RW_READER);
854 rw_exit(&tim_list_rwlock);
875 rw_exit(&tim_list_rwlock);
[all...]

Completed in 72 milliseconds