Searched refs:ch_rwlock (Results 1 – 4 of 4) sorted by relevance
83 rw_init(&ch->ch_rwlock, NULL, RW_DRIVER, NULL); in srpt_ch_alloc()195 rw_destroy(&ch->ch_rwlock); in srpt_ch_alloc()290 rw_destroy(&ch->ch_rwlock); in srpt_ch_release_ref()305 rw_enter(&ch->ch_rwlock, RW_WRITER); in srpt_ch_disconnect()314 rw_exit(&ch->ch_rwlock); in srpt_ch_disconnect()318 rw_exit(&ch->ch_rwlock); in srpt_ch_disconnect()381 rw_enter(&ch->ch_rwlock, RW_WRITER); in srpt_ch_cleanup()383 rw_exit(&ch->ch_rwlock); in srpt_ch_cleanup()413 rw_enter(&ch->ch_rwlock, RW_READER); in srpt_ch_cleanup()443 rw_exit(&ch->ch_rwlock); in srpt_ch_cleanup()[all …]
180 rw_enter(&ch->ch_rwlock, RW_WRITER); in srpt_cm_conn_est_hdlr()185 rw_exit(&ch->ch_rwlock); in srpt_cm_conn_est_hdlr()191 rw_exit(&ch->ch_rwlock); in srpt_cm_conn_est_hdlr()
610 rw_enter(&ch->ch_rwlock, RW_READER); in srpt_stp_xfer_data()613 rw_exit(&iu->iu_ch->ch_rwlock); in srpt_stp_xfer_data()652 rw_exit(&iu->iu_ch->ch_rwlock); in srpt_stp_xfer_data()664 rw_exit(&iu->iu_ch->ch_rwlock); in srpt_stp_xfer_data()688 rw_exit(&iu->iu_ch->ch_rwlock); in srpt_stp_xfer_data()697 rw_exit(&ch->ch_rwlock); in srpt_stp_xfer_data()
170 krwlock_t ch_rwlock; member