| /xnu-12377.81.4/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_internal.h | 202 LCK_RW_ASSERT(&pmap->rwlock, LCK_RW_ASSERT_HELD); in pmap_assert_locked() 219 LCK_RW_ASSERT(&pmap->rwlock, LCK_RW_ASSERT_HELD); in pmap_assert_locked_any()
|
| /xnu-12377.81.4/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-12377.81.4/bsd/netinet/ |
| H A D | in_var.h | 516 in_multihead_lock_assert(LCK_RW_ASSERT_HELD); \ 525 in_multihead_lock_assert(LCK_RW_ASSERT_HELD); \
|
| /xnu-12377.81.4/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 | 764 #define LCK_RW_ASSERT_HELD 0x03 macro
|
| H A D | lock_rw.c | 2436 case LCK_RW_ASSERT_HELD: in lck_rw_assert()
|
| /xnu-12377.81.4/osfmk/arm/pmap/ |
| H A D | pmap_internal.h | 254 LCK_RW_ASSERT(&pmap->rwlock, LCK_RW_ASSERT_HELD); in pmap_assert_locked_any()
|
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | in6_var.h | 891 ifnet_lock_assert(ifp, LCK_RW_ASSERT_HELD); \ 1141 in6_multihead_lock_assert(LCK_RW_ASSERT_HELD); \ 1150 in6_multihead_lock_assert(LCK_RW_ASSERT_HELD); \
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | nx_flowswitch.h | 355 LCK_RW_ASSERT(&(_fsw)->fsw_lock, LCK_RW_ASSERT_HELD)
|
| /xnu-12377.81.4/iokit/IOKit/ |
| H A D | IOLocks.h | 367 kIORWLockAssertHeld = LCK_RW_ASSERT_HELD,
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_var.h | 560 LCK_RW_ASSERT(&(_frb)->frb_lock, LCK_RW_ASSERT_HELD) 595 LCK_RW_ASSERT(&(_frib)->frib_lock, LCK_RW_ASSERT_HELD)
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_object_internal.h | 88 LCK_RW_ASSERT(&(object)->Lock, LCK_RW_ASSERT_HELD)
|
| H A D | vm_map_xnu.h | 717 LCK_RW_ASSERT(&(map)->lock, LCK_RW_ASSERT_HELD)
|
| /xnu-12377.81.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.h | 368 LCK_RW_ASSERT(&(_nif)->nif_lock, LCK_RW_ASSERT_HELD)
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_codesigning.c | 645 lck_rw_assert(&profiles_lock, LCK_RW_ASSERT_HELD); in search_for_profile_uuid()
|
| H A D | kern_guarded.c | 888 lck_rw_assert(&llock, LCK_RW_ASSERT_HELD); in vng_lbl_get()
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | dlil_subr.c | 1029 *type = LCK_RW_ASSERT_HELD; in _dlil_get_lock_assertion_type()
|
| H A D | network_agent.c | 199 #define NETAGENT_LIST_ASSERT_LOCKED() LCK_RW_ASSERT(&netagent_list_lock, LCK_RW_ASSERT_HELD) 209 …e NETAGENT_ASSERT_LOCKED(registration) LCK_RW_ASSERT(®istration->agent_lock, LCK_RW_ASSERT_HELD)
|
| H A D | necp_client.c | 723 #define NECP_CLIENT_TREE_ASSERT_LOCKED() LCK_RW_ASSERT(&necp_client_tree_lock, LCK_RW_ASSERT_HELD) 728 #define NECP_FLOW_TREE_ASSERT_LOCKED() LCK_RW_ASSERT(&necp_flow_tree_lock, LCK_RW_ASSERT_HELD) 733 #define NECP_FD_LIST_ASSERT_LOCKED() LCK_RW_ASSERT(&necp_fd_lock, LCK_RW_ASSERT_HELD)
|
| H A D | dlil.c | 4221 ifnet_head_lock_assert(LCK_RW_ASSERT_HELD); in ifnet_lookup()
|
| H A D | content_filter.c | 958 exclusive ? LCK_RW_ASSERT_EXCLUSIVE : LCK_RW_ASSERT_HELD); in cfil_rw_lock_assert_held()
|
| H A D | ntstat.c | 756 #define NSTAT_ASSERT_LOCKED() LCK_RW_ASSERT(&nstat_rwlock, LCK_RW_ASSERT_HELD)
|
| H A D | pf.c | 11165 LCK_RW_ASSERT(&pf_perim_lock, LCK_RW_ASSERT_HELD); in pf_check_compatible_rules()
|
| /xnu-12377.81.4/tests/unit/mocks/ |
| H A D | mock_thread.c | 654 static_assert(LCK_RW_ASSERT_HELD == FIBERS_RWLOCK_ASSERT_HELD);
|
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_subr.c | 12572 lck_rw_assert(&mp->mnt_rwlock, LCK_RW_ASSERT_HELD); in vfs_addtrigger()
|