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

/freebsd-10-stable/sys/netinet/
H A Dsctp_lock_bsd.h89 if(rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx))) { \
158 if(rw_wowned(&SCTP_BASE_INFO(ipi_addr_mtx))) { \
H A Din_pcb.h437 #define INP_WLOCKED(inp) rw_wowned(&(inp)->inp_lock)
490 #define INP_INFO_WLOCKED(ipi) rw_wowned(&(ipi)->ipi_lock)
H A Dsctputil.c347 sctp_clog.x.lock.info_lock = rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx));
/freebsd-10-stable/sys/sys/
H A Drwlock.h154 #define rw_wowned(rw) \ macro
205 if (rw_wowned(rw)) \
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h168 if (rw_wowned(&(x)->ipf_lk)) \
/freebsd-10-stable/share/man/man9/
H A DMakefile1145 rwlock.9 rw_wowned.9 \
/freebsd-10-stable/sys/i386/i386/
H A Dpmap.c2771 else if (curthread->td_pinned > 0 && rw_wowned(&pvh_global_lock)) {

Completed in 137 milliseconds