Searched refs:RA_UNLOCKED (Results 1 – 19 of 19) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_stats.c | 234 rm_assert(&tcp_stats_tpl_sampling_lock, RA_UNLOCKED); in tcp_stats_tpl_sr_cb() 252 rm_assert(&tcp_stats_tpl_sampling_lock, RA_UNLOCKED); in tcp_stats_tpl_sr_cb()
|
| H A D | in_pcb.h | 594 #define INP_UNLOCK_ASSERT(inp) rw_assert(&(inp)->inp_lock, RA_UNLOCKED) 656 rw_assert(&(ipi)->ipi_list_lock, RA_UNLOCKED)
|
| H A D | tcp_timewait.c | 131 #define TW_UNLOCK_ASSERT(tw) rw_assert(&(tw), RA_UNLOCKED)
|
| H A D | tcp_log_buf.c | 236 #define TCPID_TREE_UNLOCK_ASSERT() rw_assert(&tcp_id_tree_lock, RA_UNLOCKED)
|
| /f-stack/freebsd/sys/ |
| H A D | bufobj.h | 129 #define ASSERT_BO_UNLOCKED(bo) rw_assert(BO_LOCKPTR((bo)), RA_UNLOCKED)
|
| H A D | rmlock.h | 125 #define RA_UNLOCKED LA_UNLOCKED macro
|
| H A D | rwlock.h | 286 #define RA_UNLOCKED LA_UNLOCKED macro
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | in_pcb.h | 594 #define INP_UNLOCK_ASSERT(inp) rw_assert(&(inp)->inp_lock, RA_UNLOCKED) 656 rw_assert(&(ipi)->ipi_list_lock, RA_UNLOCKED)
|
| /f-stack/freebsd/kern/ |
| H A D | kern_rmlock.c | 320 rm_assert(rm, RA_UNLOCKED); in rm_destroy() 605 _rm_assert(rm, RA_UNLOCKED, file, line); in _rm_wlock_debug() 794 case RA_UNLOCKED: in _rm_assert()
|
| H A D | kern_rwlock.c | 1502 case RA_UNLOCKED: in __rw_assert()
|
| H A D | kern_event.c | 2408 rw_assert((struct rwlock *)arg, RA_UNLOCKED); in knlist_rw_assert_lock()
|
| H A D | uipc_usrreq.c | 260 RA_UNLOCKED)
|
| /f-stack/freebsd/vm/ |
| H A D | vm_object.h | 253 rw_assert(&(object)->lock, RA_UNLOCKED)
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6.h | 293 #define ND6_UNLOCK_ASSERT() rw_assert(&V_nd6_lock, RA_UNLOCKED)
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | nd6.h | 293 #define ND6_UNLOCK_ASSERT() rw_assert(&V_nd6_lock, RA_UNLOCKED)
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 464 #define IPFW_UH_UNLOCK_ASSERT(_chain) rw_assert(&(_chain)->uh_lock, RA_UNLOCKED)
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 84 #define TOPOLOGY_NOTOWNED() rw_assert(&ng_topo_lock, RA_UNLOCKED)
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 84 #define TOPOLOGY_NOTOWNED() rw_assert(&ng_topo_lock, RA_UNLOCKED)
|
| /f-stack/freebsd/netipsec/ |
| H A D | key.c | 164 #define SPTREE_UNLOCK_ASSERT() rm_assert(&sptree_lock, RA_UNLOCKED) 234 #define SAHTREE_UNLOCK_ASSERT() rm_assert(&sahtree_lock, RA_UNLOCKED)
|