Searched refs:ipi_ep_mtx (Results 1 – 3 of 3) sorted by relevance
89 if(rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx))) { \90 rw_wunlock(&SCTP_BASE_INFO(ipi_ep_mtx)); \92 rw_destroy(&SCTP_BASE_INFO(ipi_ep_mtx)); \96 rw_init(&SCTP_BASE_INFO(ipi_ep_mtx), "sctp-info");100 rw_rlock(&SCTP_BASE_INFO(ipi_ep_mtx)); \147 rw_wlock(&SCTP_BASE_INFO(ipi_ep_mtx)); \151 #define SCTP_INP_INFO_RUNLOCK() rw_runlock(&SCTP_BASE_INFO(ipi_ep_mtx))152 #define SCTP_INP_INFO_WUNLOCK() rw_wunlock(&SCTP_BASE_INFO(ipi_ep_mtx))
196 struct rwlock ipi_ep_mtx; member
334 sctp_clog.x.lock.info_lock = rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx)); in sctp_log_lock()