| /f-stack/freebsd/kern/ |
| H A D | kern_rwlock.c | 848 __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 D | kern_rmlock.c | 690 _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 D | kern_sysctl.c | 114 #define SYSCTL_ASSERT_RLOCKED() rm_assert(&sysctllock, RA_RLOCKED)
|
| H A D | subr_stats.c | 168 #define TPL_LIST_RLOCK_ASSERT() rw_assert(&tpllistlock, RA_RLOCKED)
|
| /f-stack/freebsd/sys/ |
| H A D | rmlock.h | 123 #define RA_RLOCKED LA_SLOCKED macro
|
| H A D | rwlock.h | 284 #define RA_RLOCKED LA_SLOCKED macro
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 429 #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 D | tcp_stats.c | 245 rm_assert(&tcp_stats_tpl_sampling_lock, RA_RLOCKED); in tcp_stats_tpl_sr_cb()
|
| H A D | in_pcb.h | 592 #define INP_RLOCK_ASSERT(inp) rw_assert(&(inp)->inp_lock, RA_RLOCKED) 652 rw_assert(&(ipi)->ipi_list_lock, RA_RLOCKED)
|
| H A D | in_var.h | 131 #define IN_IFADDR_RLOCK_ASSERT() rm_assert(&in_ifaddr_lock, RA_RLOCKED)
|
| H A D | tcp_timewait.c | 129 #define TW_RLOCK_ASSERT(tw) rw_assert(&(tw), RA_RLOCKED)
|
| H A D | tcp_log_buf.c | 235 #define TCPID_TREE_RLOCK_ASSERT() rw_assert(&tcp_id_tree_lock, RA_RLOCKED)
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | in_pcb.h | 592 #define INP_RLOCK_ASSERT(inp) rw_assert(&(inp)->inp_lock, RA_RLOCKED) 652 rw_assert(&(ipi)->ipi_list_lock, RA_RLOCKED)
|
| H A D | in_var.h | 131 #define IN_IFADDR_RLOCK_ASSERT() rm_assert(&in_ifaddr_lock, RA_RLOCKED)
|
| /f-stack/freebsd/vm/ |
| H A D | vm_object.h | 249 rw_assert(&(object)->lock, RA_RLOCKED)
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6.h | 291 #define ND6_RLOCK_ASSERT() rw_assert(&V_nd6_lock, RA_RLOCKED)
|
| H A D | in6_var.h | 539 #define IN6_IFADDR_RLOCK_ASSERT() rm_assert(&in6_ifaddr_lock, RA_RLOCKED)
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | nd6.h | 291 #define ND6_RLOCK_ASSERT() rw_assert(&V_nd6_lock, RA_RLOCKED)
|
| H A D | in6_var.h | 539 #define IN6_IFADDR_RLOCK_ASSERT() rm_assert(&in6_ifaddr_lock, RA_RLOCKED)
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 124 #define PF_RULES_RASSERT() rm_assert(&pf_rules_lock, RA_RLOCKED)
|
| /f-stack/freebsd/netipsec/ |
| H A D | key.c | 160 #define SPTREE_RLOCK_ASSERT() rm_assert(&sptree_lock, RA_RLOCKED) 230 #define SAHTREE_RLOCK_ASSERT() rm_assert(&sahtree_lock, RA_RLOCKED)
|