| /xnu-8019.80.24/osfmk/kern/ |
| H A D | ecc_logging.c | 72 lck_spin_unlock(&ecc_data_lock); in ecc_log_record_event() 82 lck_spin_unlock(&ecc_data_lock); in ecc_log_record_event() 100 lck_spin_unlock(&ecc_data_lock); in ecc_log_get_next_event() 113 lck_spin_unlock(&ecc_data_lock); in ecc_log_get_next_event()
|
| H A D | remote_time.c | 77 lck_spin_unlock(&bt_maintenance_lock); in mach_bridge_timer_maintenance() 95 lck_spin_unlock(&bt_maintenance_lock); in mach_bridge_timer_enable() 185 lck_spin_unlock(&bt_ts_conversion_lock); in bt_params_get_latest() 319 lck_spin_unlock(&bt_spin_lock); in bt_calibration_thread() 351 lck_spin_unlock(&bt_ts_conversion_lock); in bt_calibration_thread() 439 lck_spin_unlock(&bt_ts_conversion_lock); in bt_calibration_thread() 450 lck_spin_unlock(&bt_spin_lock); in bt_calibration_thread() 527 lck_spin_unlock(&bt_ts_conversion_lock); in mach_bridge_remote_time()
|
| H A D | mach_node.h | 143 #define MACH_NODE_UNLOCK(np) lck_spin_unlock(&(np)->node_lock_data)
|
| H A D | mach_node.c | 81 #define MACH_NODE_TABLE_UNLOCK() lck_spin_unlock(&mach_node_table_lock_data) 88 #define MNL_NAME_TABLE_UNLOCK() lck_spin_unlock(&mnl_name_table_lock_data)
|
| H A D | locks.c | 1256 lck_spin_unlock(lck); in lck_spin_sleep_grp() 1262 lck_spin_unlock(lck); in lck_spin_sleep_grp() 1297 lck_spin_unlock(lck); in lck_spin_sleep_deadline() 1303 lck_spin_unlock(lck); in lck_spin_sleep_deadline() 2043 ^{}, ^{ lck_spin_unlock(lock); }); in lck_spin_sleep_with_inheritor() 2047 ^{ lck_spin_lock(lock); }, ^{ lck_spin_unlock(lock); }); in lck_spin_sleep_with_inheritor()
|
| H A D | restartable.c | 95 #define rr_unlock() lck_spin_unlock(&rr_spinlock);
|
| H A D | task_ref.c | 324 lck_spin_unlock(&task->ref_group_lock); in task_reference_grp()
|
| H A D | processor.c | 521 lck_spin_unlock(&pset_node_lock); in pset_create() 549 lck_spin_unlock(&pset_node_lock); in pset_find() 612 lck_spin_unlock(&pset_node_lock); in pset_init()
|
| /xnu-8019.80.24/san/memory/ |
| H A D | ubsan_minimal.c | 179 lck_spin_unlock(&ubsan_minimal_lck); in ubsan_minimal_stash_telemetry() 190 lck_spin_unlock(&ubsan_minimal_lck); in ubsan_minimal_stash_telemetry() 212 lck_spin_unlock(&ubsan_minimal_lck); in ubsan_minimal_flush_entries() 221 lck_spin_unlock(&ubsan_minimal_lck); in ubsan_minimal_flush_entries()
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | machine_remote_time.c | 78 lck_spin_unlock(&bt_spin_lock); in mach_bridge_recv_timestamps() 102 lck_spin_unlock(&bt_ts_conversion_lock); in mach_bridge_set_params()
|
| H A D | cpu.c | 944 lck_spin_unlock(&ctrr_cpu_start_lck); in cpu_start() 948 lck_spin_unlock(&ctrr_cpu_start_lck); in cpu_start() 953 lck_spin_unlock(&ctrr_cpu_start_lck); in cpu_start()
|
| H A D | platform_tests.c | 365 lck_spin_unlock(<_lck_spin_t); in lt_grab_spin_lock() 376 lck_spin_unlock(<_lck_spin_t); in lt_grab_spin_lock_with_try() 589 lck_spin_unlock(<_lck_spin_t); in lt_test_trylocks() 606 lck_spin_unlock(<_lck_spin_t); in lt_test_trylocks()
|
| /xnu-8019.80.24/osfmk/x86_64/ |
| H A D | machine_remote_time.c | 66 lck_spin_unlock(&bt_maintenance_lock); in mach_bridge_register_regwrite_timestamp_callback()
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | simple_lock.h | 135 #define simple_unlock(l) lck_spin_unlock(l)
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | ucode.c | 125 lck_spin_unlock(&ucode_slock); in cpu_apply_microcode()
|
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | channel_ring.c | 120 lck_spin_unlock(&kr->ckr_slock); in kr_enter() 127 lck_spin_unlock(&kr->ckr_slock); in kr_enter() 140 lck_spin_unlock(&kr->ckr_slock); in kr_enter() 166 lck_spin_unlock(&kr->ckr_slock); in kr_exit() 168 lck_spin_unlock(&kr->ckr_slock); in kr_exit() 171 lck_spin_unlock(&kr->ckr_slock); in kr_exit() 187 lck_spin_unlock(&kr->ckr_slock); in kr_start() 214 lck_spin_unlock(&kr->ckr_slock); in kr_stop()
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_voucher.h | 171 lck_spin_unlock(&(ivac)->ivac_lock_data)
|
| /xnu-8019.80.24/iokit/IOKit/ |
| H A D | IOLocks.h | 467 #define IOSimpleLockUnlock(l) lck_spin_unlock(l)
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_time.c | 153 lck_spin_unlock(&tz_slock); in gettimeofday() 226 lck_spin_unlock(&tz_slock); in settimeofday()
|
| H A D | sys_ulock.c | 99 #define ull_unlock(ull) lck_spin_unlock(&ull->ull_lock) 211 #define ull_bucket_unlock(i) lck_spin_unlock(&ull_bucket[i].ulb_lock)
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_route.c | 813 lck_spin_unlock(&fr->fr_reflock); in flow_route_retain() 837 lck_spin_unlock(&fr->fr_reflock); in flow_route_release() 873 lck_spin_unlock(&fr->fr_reflock); in flow_route_bucket_purge_common() 879 lck_spin_unlock(&fr->fr_reflock); in flow_route_bucket_purge_common()
|
| /xnu-8019.80.24/libkern/os/ |
| H A D | log_mem.c | 49 #define logmem_unlock(lock, lm) if ((lock)) lck_spin_unlock(&(lm)->lm_lock)
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_init.c | 428 lck_spin_unlock(&vnode_list_spin_lock); in vnode_list_unlock()
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_object.h | 461 lck_spin_unlock(&vm_objects_wired_lock); \ 469 lck_spin_unlock(&vm_objects_wired_lock); \
|
| H A D | vm_resident.c | 1900 lck_spin_unlock(bucket_lock); in vm_page_insert_internal() 2143 lck_spin_unlock(bucket_lock); in vm_page_replace() 2228 lck_spin_unlock(bucket_lock); in vm_page_remove() 2551 lck_spin_unlock(bucket_lock); in vm_page_lookup() 8446 lck_spin_unlock(bucket_lock); in vm_page_info() 8527 lck_spin_unlock(bucket_lock); in vm_page_buckets_check() 9064 lck_spin_unlock(&vm_allocation_sites_lock); in vm_tag_alloc() 9252 lck_spin_unlock(&vm_allocation_sites_lock); in kern_allocation_update_subtotal() 9353 lck_spin_unlock(&vm_objects_wired_lock); in vm_page_iterate_objects() 9473 lck_spin_unlock(&vm_allocation_sites_lock); in process_account() [all …]
|