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

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c83 rw_init(&ch->ch_rwlock, NULL, RW_DRIVER, NULL);
195 rw_destroy(&ch->ch_rwlock);
290 rw_destroy(&ch->ch_rwlock);
305 rw_enter(&ch->ch_rwlock, RW_WRITER);
314 rw_exit(&ch->ch_rwlock);
318 rw_exit(&ch->ch_rwlock);
381 rw_enter(&ch->ch_rwlock, RW_WRITER);
383 rw_exit(&ch->ch_rwlock);
413 rw_enter(&ch->ch_rwlock, RW_READER);
443 rw_exit(&ch->ch_rwlock);
[all...]
H A Dsrpt_cm.c180 rw_enter(&ch->ch_rwlock, RW_WRITER);
185 rw_exit(&ch->ch_rwlock);
191 rw_exit(&ch->ch_rwlock);
H A Dsrpt_stp.c610 rw_enter(&ch->ch_rwlock, RW_READER);
613 rw_exit(&iu->iu_ch->ch_rwlock);
652 rw_exit(&iu->iu_ch->ch_rwlock);
664 rw_exit(&iu->iu_ch->ch_rwlock);
688 rw_exit(&iu->iu_ch->ch_rwlock);
697 rw_exit(&ch->ch_rwlock);
H A Dsrpt_impl.h170 krwlock_t ch_rwlock; member in struct:srpt_channel_s

Completed in 64 milliseconds