| /xnu-10063.141.1/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_internal.h | 219 LCK_RW_ASSERT(&pmap->rwlock, LCK_RW_ASSERT_HELD); in pmap_assert_locked() 237 LCK_RW_ASSERT(&pmap->rwlock, LCK_RW_ASSERT_HELD); in pmap_assert_locked_any()
|
| /xnu-10063.141.1/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-10063.141.1/bsd/netinet/ |
| H A D | in_var.h | 451 in_multihead_lock_assert(LCK_RW_ASSERT_HELD); \ 460 in_multihead_lock_assert(LCK_RW_ASSERT_HELD); \
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | locks.c | 1604 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_sleep_with_inheritor() 2813 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_try_close() 2837 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_close() 2858 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_open() 2891 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_handoff() 2918 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_steal() 2954 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_wait() 2999 LCK_RW_ASSERT(lock, LCK_RW_ASSERT_HELD); in lck_rw_gate_assert()
|
| H A D | lock_rw.h | 199 #define LCK_RW_ASSERT_HELD 0x03 macro
|
| H A D | lock_rw.c | 2391 case LCK_RW_ASSERT_HELD: in lck_rw_assert()
|
| /xnu-10063.141.1/osfmk/arm/pmap/ |
| H A D | pmap_internal.h | 247 LCK_RW_ASSERT(&pmap->rwlock, LCK_RW_ASSERT_HELD); in pmap_assert_locked_any()
|
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | in6_var.h | 871 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-10063.141.1/bsd/skywalk/nexus/flowswitch/ |
| H A D | nx_flowswitch.h | 348 LCK_RW_ASSERT(&(_fsw)->fsw_lock, LCK_RW_ASSERT_HELD)
|
| /xnu-10063.141.1/iokit/IOKit/ |
| H A D | IOLocks.h | 362 kIORWLockAssertHeld = LCK_RW_ASSERT_HELD,
|
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_var.h | 536 LCK_RW_ASSERT(&(_frb)->frb_lock, LCK_RW_ASSERT_HELD) 571 LCK_RW_ASSERT(&(_frib)->frib_lock, LCK_RW_ASSERT_HELD)
|
| /xnu-10063.141.1/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.h | 379 LCK_RW_ASSERT(&(_nif)->nif_lock, LCK_RW_ASSERT_HELD)
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_codesigning.c | 528 lck_rw_assert(&profiles_lock, LCK_RW_ASSERT_HELD); in search_for_profile_uuid()
|
| H A D | kern_guarded.c | 880 lck_rw_assert(&llock, LCK_RW_ASSERT_HELD); in vng_lbl_get()
|
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | vm_object.h | 573 LCK_RW_ASSERT(&(object)->Lock, LCK_RW_ASSERT_HELD)
|
| H A D | vm_map.h | 800 LCK_RW_ASSERT(&(map)->lock, LCK_RW_ASSERT_HELD)
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | network_agent.c | 146 #define NETAGENT_LIST_ASSERT_LOCKED() LCK_RW_ASSERT(&netagent_list_lock, LCK_RW_ASSERT_HELD) 155 #define NETAGENT_ASSERT_LOCKED(wrapper) LCK_RW_ASSERT(&wrapper->agent_lock, LCK_RW_ASSERT_HELD)
|
| H A D | necp_client.c | 698 #define NECP_CLIENT_TREE_ASSERT_LOCKED() LCK_RW_ASSERT(&necp_client_tree_lock, LCK_RW_ASSERT_HELD) 703 #define NECP_FLOW_TREE_ASSERT_LOCKED() LCK_RW_ASSERT(&necp_flow_tree_lock, LCK_RW_ASSERT_HELD) 708 #define NECP_FD_LIST_ASSERT_LOCKED() LCK_RW_ASSERT(&necp_fd_lock, LCK_RW_ASSERT_HELD)
|
| H A D | dlil.c | 2016 type = LCK_RW_ASSERT_HELD; in ifnet_lock_assert() 8265 LCK_RW_ASSERT(&ifnet_head_lock, LCK_RW_ASSERT_HELD); in ifnet_lookup()
|
| H A D | content_filter.c | 951 exclusive ? LCK_RW_ASSERT_EXCLUSIVE : LCK_RW_ASSERT_HELD); in cfil_rw_lock_assert_held()
|
| H A D | pf.c | 11165 LCK_RW_ASSERT(&pf_perim_lock, LCK_RW_ASSERT_HELD); in pf_check_compatible_rules()
|
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_subr.c | 12320 lck_rw_assert(&mp->mnt_rwlock, LCK_RW_ASSERT_HELD); in vfs_addtrigger()
|