Searched refs:RA_UNLOCKED (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dbufobj.h130 #define ASSERT_BO_UNLOCKED(bo) rw_assert(BO_LOCKPTR((bo)), RA_UNLOCKED)
H A Drmlock.h123 #define RA_UNLOCKED LA_UNLOCKED macro
H A Drwlock.h285 #define RA_UNLOCKED LA_UNLOCKED macro
/freebsd-11-stable/sys/netinet/
H A Din_pcb.h455 #define INP_UNLOCK_ASSERT(inp) rw_assert(&(inp)->inp_lock, RA_UNLOCKED)
510 #define INP_INFO_UNLOCK_ASSERT(ipi) rw_assert(&(ipi)->ipi_lock, RA_UNLOCKED)
529 rw_assert(&(ipi)->ipi_list_lock, RA_UNLOCKED)
H A Dtcp_timewait.c129 #define TW_UNLOCK_ASSERT(tw) rw_assert(&(tw), RA_UNLOCKED)
/freebsd-11-stable/sys/kern/
H A Dkern_rmlock.c317 rm_assert(rm, RA_UNLOCKED);
602 _rm_assert(rm, RA_UNLOCKED, file, line);
791 case RA_UNLOCKED:
H A Dkern_rwlock.c1433 case RA_UNLOCKED:
H A Duipc_usrreq.c245 RA_UNLOCKED)
H A Dkern_event.c2286 rw_assert((struct rwlock *)arg, RA_UNLOCKED);
/freebsd-11-stable/sys/vm/
H A Dvm_object.h240 rw_assert(&(object)->lock, RA_UNLOCKED)
/freebsd-11-stable/sys/net/
H A Dif_lagg.h267 #define LAGG_UNLOCK_ASSERT(_sc) rm_assert(&(_sc)->sc_mtx, RA_UNLOCKED)
H A Dif_var.h425 #define IF_AFDATA_UNLOCK_ASSERT(ifp) rw_assert(&(ifp)->if_afdata_lock, RA_UNLOCKED)
/freebsd-11-stable/sys/netinet6/
H A Dnd6.h360 #define ND6_UNLOCK_ASSERT() rw_assert(&V_nd6_lock, RA_UNLOCKED)
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_private.h475 #define IPFW_UH_UNLOCK_ASSERT(_chain) rw_assert(&(_chain)->uh_lock, RA_UNLOCKED)
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c83 #define TOPOLOGY_NOTOWNED() rw_assert(&ng_topo_lock, RA_UNLOCKED)
/freebsd-11-stable/sys/netipsec/
H A Dkey.c161 #define SPTREE_UNLOCK_ASSERT() rm_assert(&sptree_lock, RA_UNLOCKED)
189 #define SAHTREE_UNLOCK_ASSERT() rm_assert(&sahtree_lock, RA_UNLOCKED)

Completed in 281 milliseconds