RA_RLOCKED
rw_assert(&mw->mw_lock, RA_RLOCKED);
rw_assert(&td->tcb_history_lock, RA_RLOCKED);
_rm_assert(rm, RA_RLOCKED, file, line);
case RA_RLOCKED:
case RA_RLOCKED | RA_RECURSED:
case RA_RLOCKED | RA_NOTRECURSED:
if (what & RA_RLOCKED)
rm->lock_object.lo_name, (what & RA_RLOCKED) ?
__rw_assert(&rw->rw_lock, RA_RLOCKED, file, line);
case RA_RLOCKED:
case RA_RLOCKED | RA_RECURSED:
case RA_RLOCKED | RA_NOTRECURSED:
(!(rw->rw_lock & RW_LOCK_READ) && (what & RA_RLOCKED ||
rw->lock_object.lo_name, (what & RA_RLOCKED) ?
if (!(rw->rw_lock & RW_LOCK_READ) && !(what & RA_RLOCKED)) {
__rw_assert(&rw->rw_lock, RA_RLOCKED, file, line);
#define SYSCTL_ASSERT_RLOCKED() rm_assert(&sysctllock, RA_RLOCKED)
#define TPL_LIST_RLOCK_ASSERT() rw_assert(&tpllistlock, RA_RLOCKED)
#define OVPN_RASSERT(sc) rm_assert(&(sc)->lock, RA_RLOCKED)
#define PF_RULES_RASSERT() rm_assert(&V_pf_rules_lock, RA_RLOCKED)
(lock) == INPLOOKUP_RLOCKPCB ? RA_RLOCKED : RA_WLOCKED )
#define INP_RLOCK_ASSERT(inp) rw_assert(&(inp)->inp_lock, RA_RLOCKED)
rw_assert(&SCTP_BASE_INFO(ipi_ep_mtx), RA_RLOCKED); \
#define TCPID_TREE_RLOCK_ASSERT() rw_assert(&tcp_id_tree_lock, RA_RLOCKED)
rm_assert(&tcp_stats_tpl_sampling_lock, RA_RLOCKED);
#define IN6_IFADDR_RLOCK_ASSERT() rm_assert(&in6_ifaddr_lock, RA_RLOCKED)
#define ND6_RLOCK_ASSERT() rw_assert(&V_nd6_lock, RA_RLOCKED)
#define DADQ_RLOCK_ASSERT() rw_assert(DADQ_LOCKPTR(), RA_RLOCKED);
#define SPTREE_RLOCK_ASSERT() rm_assert(&sptree_lock, RA_RLOCKED)
#define SAHTREE_RLOCK_ASSERT() rm_assert(&sahtree_lock, RA_RLOCKED)
#define IPFW_RLOCK_ASSERT(_chain) rw_assert(&(_chain)->rwmtx, RA_RLOCKED)
#define IPFW_RLOCK_ASSERT(_chain) rm_assert(&(_chain)->rwmtx, RA_RLOCKED)
#define SDP_RLOCK_ASSERT(ssk) rw_assert(&(ssk)->lock, RA_RLOCKED)
#define PV_LOCK_RD_ASSERT(pa) rw_assert(PV_LOCKPTR(pa), RA_RLOCKED)
rw_assert(&(object)->lock, RA_RLOCKED)