Home
last modified time | relevance | path

Searched refs:RA_WLOCKED (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-9-stable/sys/netipx/
Dipx_if.h123 #define IPX_IFADDR_RLOCK_ASSERT() rw_assert(&ipx_ifaddr_rw, RA_WLOCKED)
/freebsd-9-stable/sys/kern/
Dkern_rwlock.c293 _rw_assert(rw, RA_WLOCKED, file, line); in _rw_wunlock()
1018 _rw_assert(rw, RA_WLOCKED | RA_NOTRECURSED, file, line); in _rw_downgrade()
1120 case RA_WLOCKED: in _rw_assert()
1121 case RA_WLOCKED | RA_RECURSED: in _rw_assert()
1122 case RA_WLOCKED | RA_NOTRECURSED: in _rw_assert()
Dkern_rmlock.c591 _rm_assert(rm, RA_WLOCKED, file, line); in _rm_wunlock_debug()
756 case RA_WLOCKED: in _rm_assert()
Dkern_rctl.c656 rw_assert(&rctl_lock, RA_WLOCKED); in rctl_racct_add_rule_locked()
681 rw_assert(&rctl_lock, RA_WLOCKED); in rctl_racct_remove_rules()
Dvfs_cache.c417 rw_assert(&cache_lock, RA_WLOCKED);
/freebsd-9-stable/sys/netpfil/ipfw/
Dip_fw_private.h281 #define IPFW_WLOCK_ASSERT(_chain) rw_assert(&(_chain)->rwmtx, RA_WLOCKED)
289 #define IPFW_UH_WLOCK_ASSERT(_chain) rw_assert(&(_chain)->uh_lock, RA_WLOCKED)
/freebsd-9-stable/sys/netinet/
Din_pcb.h407 #define INP_WLOCK_ASSERT(inp) rw_assert(&(inp)->inp_lock, RA_WLOCKED)
461 #define INP_INFO_WLOCK_ASSERT(ipi) rw_assert(&(ipi)->ipi_lock, RA_WLOCKED)
474 RA_WLOCKED)
Din_var.h124 #define IN_IFADDR_WLOCK_ASSERT() rw_assert(&in_ifaddr_lock, RA_WLOCKED)
/freebsd-9-stable/sys/i386/i386/
Dpmap.c1342 rw_assert(&pvh_global_lock, RA_WLOCKED); in pmap_pte_quick()
2392 rw_assert(&pvh_global_lock, RA_WLOCKED); in free_pv_entry()
2451 rw_assert(&pvh_global_lock, RA_WLOCKED); in get_pv_entry()
2520 rw_assert(&pvh_global_lock, RA_WLOCKED); in pmap_pvh_remove()
2538 rw_assert(&pvh_global_lock, RA_WLOCKED); in pmap_pv_demote_pde()
2571 rw_assert(&pvh_global_lock, RA_WLOCKED); in pmap_pv_promote_pde()
2612 rw_assert(&pvh_global_lock, RA_WLOCKED); in pmap_remove_entry()
2630 rw_assert(&pvh_global_lock, RA_WLOCKED); in pmap_insert_entry()
2645 rw_assert(&pvh_global_lock, RA_WLOCKED); in pmap_try_insert_pv_entry()
2665 rw_assert(&pvh_global_lock, RA_WLOCKED); in pmap_pv_insert_pde()
[all …]
/freebsd-9-stable/sys/sys/
Drmlock.h136 #define RA_WLOCKED LA_XLOCKED macro
Drwlock.h229 #define RA_WLOCKED LA_XLOCKED macro
/freebsd-9-stable/sys/net/
Dradix.h162 #define RADIX_NODE_HEAD_WLOCK_ASSERT(rnh) rw_assert(&(rnh)->rnh_lock, RA_WLOCKED)
Dif_llatbl.h99 #define LLE_WLOCK_ASSERT(lle) rw_assert(&(lle)->lle_lock, RA_WLOCKED)
Dif_lagg.h256 #define LAGG_WLOCK_ASSERT(_sc) rw_assert(&(_sc)->sc_mtx, RA_WLOCKED)
Dif_var.h454 #define IF_AFDATA_WLOCK_ASSERT(ifp) rw_assert(&(ifp)->if_afdata_lock, RA_WLOCKED)
891 rw_assert(&ifnet_rwlock, RA_WLOCKED); \
Dif_vlan.c175 #define TRUNK_LOCK_ASSERT(trunk) rw_assert(&(trunk)->rw, RA_WLOCKED)
/freebsd-9-stable/sys/netinet/libalias/
Dalias_mod.c67 rw_assert(&handler_rw, RA_WLOCKED)
/freebsd-9-stable/sys/sparc64/sparc64/
Dtsb.c135 rw_assert(&tte_list_global_lock, RA_WLOCKED); in tsb_tte_enter()
Dpmap.c893 rw_assert(&tte_list_global_lock, RA_WLOCKED); in pmap_cache_enter()
968 rw_assert(&tte_list_global_lock, RA_WLOCKED); in pmap_cache_remove()
1043 rw_assert(&tte_list_global_lock, RA_WLOCKED); in pmap_kenter()
1105 rw_assert(&tte_list_global_lock, RA_WLOCKED); in pmap_kremove()
1333 rw_assert(&tte_list_global_lock, RA_WLOCKED); in pmap_remove_tte()
1504 rw_assert(&tte_list_global_lock, RA_WLOCKED); in pmap_enter_locked()
/freebsd-9-stable/sys/dev/cxgbe/
Dt4_l2t.c74 rw_assert(&d->lock, RA_WLOCKED); in t4_alloc_l2e()
/freebsd-9-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_l2t.c290 rw_assert(&d->lock, RA_WLOCKED); in alloc_l2e()
/freebsd-9-stable/sys/netinet6/
Din6_var.h499 #define IN6_IFADDR_WLOCK_ASSERT() rw_assert(&in6_ifaddr_lock, RA_WLOCKED)
/freebsd-9-stable/sys/ofed/drivers/infiniband/ulp/sdp/
Dsdp.h452 #define SDP_WLOCK_ASSERT(ssk) rw_assert(&(ssk)->lock, RA_WLOCKED)
/freebsd-9-stable/sys/security/audit/
Daudit_pipe.c212 RA_WLOCKED)
/freebsd-9-stable/sys/powerpc/aim/
Dmmu_oea64.c2301 rw_assert(&moea64_table_lock, RA_WLOCKED); in moea64_pvo_enter()
2433 rw_assert(&moea64_table_lock, RA_WLOCKED); in moea64_pvo_remove()

12