Searched refs:ipi_ep_mtx (Results 1 – 3 of 3) sorted by relevance
84 rw_init(&SCTP_BASE_INFO(ipi_ep_mtx), "sctp-info"); \88 if (rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx))) { \89 rw_wunlock(&SCTP_BASE_INFO(ipi_ep_mtx)); \91 rw_destroy(&SCTP_BASE_INFO(ipi_ep_mtx)); \95 rw_rlock(&SCTP_BASE_INFO(ipi_ep_mtx)); \99 rw_wlock(&SCTP_BASE_INFO(ipi_ep_mtx)); \103 rw_runlock(&SCTP_BASE_INFO(ipi_ep_mtx)); \107 rw_wunlock(&SCTP_BASE_INFO(ipi_ep_mtx)); \
197 struct rwlock ipi_ep_mtx; member
377 sctp_clog.x.lock.info_lock = rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx)); in sctp_log_lock()