Searched refs:LCK_RW_ASSERT_HELD (Results 1 – 19 of 19) sorted by relevance
| /xnu-8019.80.24/bsd/security/audit/ |
| H A D | audit_bsd.h | 283 #define RA_LOCKED LCK_RW_ASSERT_HELD 286 #define SA_LOCKED LCK_RW_ASSERT_HELD
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | in_var.h | 452 in_multihead_lock_assert(LCK_RW_ASSERT_HELD); \ 461 in_multihead_lock_assert(LCK_RW_ASSERT_HELD); \
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | nx_flowswitch.h | 297 LCK_RW_ASSERT(&(_fsw)->fsw_lock, LCK_RW_ASSERT_HELD)
|
| /xnu-8019.80.24/osfmk/arm/pmap/ |
| H A D | pmap_internal.h | 250 lck_rw_assert(&pmap->rwlock, LCK_RW_ASSERT_HELD); in pmap_assert_locked_any()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | locks.c | 2133 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_sleep_with_inheritor_and_turnstile_type() 3133 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_try_close() 3157 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_close() 3178 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_open() 3211 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_handoff() 3238 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_steal() 3274 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_wait() 3319 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_assert()
|
| H A D | lock_rw.h | 209 #define LCK_RW_ASSERT_HELD 0x03 macro
|
| H A D | lock_rw.c | 2208 case LCK_RW_ASSERT_HELD: in lck_rw_assert()
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | in6_var.h | 869 ifnet_lock_assert(ifp, LCK_RW_ASSERT_HELD); \ 1121 in6_multihead_lock_assert(LCK_RW_ASSERT_HELD); \ 1130 in6_multihead_lock_assert(LCK_RW_ASSERT_HELD); \
|
| /xnu-8019.80.24/iokit/IOKit/ |
| H A D | IOLocks.h | 351 kIORWLockAssertHeld = LCK_RW_ASSERT_HELD,
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_var.h | 493 LCK_RW_ASSERT(&(_frb)->frb_lock, LCK_RW_ASSERT_HELD) 528 LCK_RW_ASSERT(&(_frib)->frib_lock, LCK_RW_ASSERT_HELD)
|
| /xnu-8019.80.24/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.h | 362 LCK_RW_ASSERT(&(_nif)->nif_lock, LCK_RW_ASSERT_HELD)
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_object.h | 581 lck_rw_assert(&(object)->Lock, LCK_RW_ASSERT_HELD)
|
| H A D | vm_map.h | 706 lck_rw_assert(&(map)->lock, LCK_RW_ASSERT_HELD)
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_var.h | 2057 LCK_RW_ASSERT(&ifp->if_inetdata_lock, LCK_RW_ASSERT_HELD); in if_afdata_lock_assert() 2061 LCK_RW_ASSERT(&ifp->if_inet6data_lock, LCK_RW_ASSERT_HELD); in if_afdata_lock_assert()
|
| H A D | necp_client.c | 676 #define NECP_CLIENT_TREE_ASSERT_LOCKED() LCK_RW_ASSERT(&necp_client_tree_lock, LCK_RW_ASSERT_HELD) 681 #define NECP_FLOW_TREE_ASSERT_LOCKED() LCK_RW_ASSERT(&necp_flow_tree_lock, LCK_RW_ASSERT_HELD)
|
| H A D | dlil.c | 1725 type = LCK_RW_ASSERT_HELD; in ifnet_lock_assert() 7687 LCK_RW_ASSERT(&ifnet_head_lock, LCK_RW_ASSERT_HELD); in ifnet_lookup()
|
| H A D | content_filter.c | 918 exclusive ? LCK_RW_ASSERT_EXCLUSIVE : LCK_RW_ASSERT_HELD); in cfil_rw_lock_assert_held()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_guarded.c | 965 lck_rw_assert(&llock, LCK_RW_ASSERT_HELD); in vng_lbl_get()
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_subr.c | 11349 lck_rw_assert(&mp->mnt_rwlock, LCK_RW_ASSERT_HELD); in vfs_addtrigger()
|