Home
last modified time | relevance | path

Searched refs:RA_RLOCKED (Results 1 – 21 of 21) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_rwlock.c848 __rw_assert(&rw->rw_lock, RA_RLOCKED, file, line); in _rw_runlock_cookie_int()
1290 __rw_assert(&rw->rw_lock, RA_RLOCKED, file, line); in __rw_try_upgrade_int()
1458 case RA_RLOCKED: in __rw_assert()
1459 case RA_RLOCKED | RA_RECURSED: in __rw_assert()
1460 case RA_RLOCKED | RA_NOTRECURSED: in __rw_assert()
1470 (!(rw->rw_lock & RW_LOCK_READ) && (what & RA_RLOCKED || in __rw_assert()
1473 rw->lock_object.lo_name, (what & RA_RLOCKED) ? in __rw_assert()
1476 if (!(rw->rw_lock & RW_LOCK_READ) && !(what & RA_RLOCKED)) { in __rw_assert()
H A Dkern_rmlock.c690 _rm_assert(rm, RA_RLOCKED, file, line); in _rm_runlock_debug()
756 case RA_RLOCKED: in _rm_assert()
757 case RA_RLOCKED | RA_RECURSED: in _rm_assert()
758 case RA_RLOCKED | RA_NOTRECURSED: in _rm_assert()
764 if (what & RA_RLOCKED) in _rm_assert()
779 rm->lock_object.lo_name, (what & RA_RLOCKED) ? in _rm_assert()
H A Dkern_sysctl.c114 #define SYSCTL_ASSERT_RLOCKED() rm_assert(&sysctllock, RA_RLOCKED)
H A Dsubr_stats.c168 #define TPL_LIST_RLOCK_ASSERT() rw_assert(&tpllistlock, RA_RLOCKED)
/f-stack/freebsd/sys/
H A Drmlock.h123 #define RA_RLOCKED LA_SLOCKED macro
H A Drwlock.h284 #define RA_RLOCKED LA_SLOCKED macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h429 #define IPFW_RLOCK_ASSERT(_chain) rw_assert(&(_chain)->rwmtx, RA_RLOCKED)
450 #define IPFW_RLOCK_ASSERT(_chain) rm_assert(&(_chain)->rwmtx, RA_RLOCKED)
462 #define IPFW_UH_RLOCK_ASSERT(_chain) rw_assert(&(_chain)->uh_lock, RA_RLOCKED)
/f-stack/freebsd/netinet/
H A Dtcp_stats.c245 rm_assert(&tcp_stats_tpl_sampling_lock, RA_RLOCKED); in tcp_stats_tpl_sr_cb()
H A Din_pcb.h592 #define INP_RLOCK_ASSERT(inp) rw_assert(&(inp)->inp_lock, RA_RLOCKED)
652 rw_assert(&(ipi)->ipi_list_lock, RA_RLOCKED)
H A Din_var.h131 #define IN_IFADDR_RLOCK_ASSERT() rm_assert(&in_ifaddr_lock, RA_RLOCKED)
H A Dtcp_timewait.c129 #define TW_RLOCK_ASSERT(tw) rw_assert(&(tw), RA_RLOCKED)
H A Dtcp_log_buf.c235 #define TCPID_TREE_RLOCK_ASSERT() rw_assert(&tcp_id_tree_lock, RA_RLOCKED)
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h592 #define INP_RLOCK_ASSERT(inp) rw_assert(&(inp)->inp_lock, RA_RLOCKED)
652 rw_assert(&(ipi)->ipi_list_lock, RA_RLOCKED)
H A Din_var.h131 #define IN_IFADDR_RLOCK_ASSERT() rm_assert(&in_ifaddr_lock, RA_RLOCKED)
/f-stack/freebsd/vm/
H A Dvm_object.h249 rw_assert(&(object)->lock, RA_RLOCKED)
/f-stack/freebsd/netinet6/
H A Dnd6.h291 #define ND6_RLOCK_ASSERT() rw_assert(&V_nd6_lock, RA_RLOCKED)
H A Din6_var.h539 #define IN6_IFADDR_RLOCK_ASSERT() rm_assert(&in6_ifaddr_lock, RA_RLOCKED)
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h291 #define ND6_RLOCK_ASSERT() rw_assert(&V_nd6_lock, RA_RLOCKED)
H A Din6_var.h539 #define IN6_IFADDR_RLOCK_ASSERT() rm_assert(&in6_ifaddr_lock, RA_RLOCKED)
/f-stack/freebsd/net/
H A Dpfvar.h124 #define PF_RULES_RASSERT() rm_assert(&pf_rules_lock, RA_RLOCKED)
/f-stack/freebsd/netipsec/
H A Dkey.c160 #define SPTREE_RLOCK_ASSERT() rm_assert(&sptree_lock, RA_RLOCKED)
230 #define SAHTREE_RLOCK_ASSERT() rm_assert(&sahtree_lock, RA_RLOCKED)