Home
last modified time | relevance | path

Searched refs:lck_spin_unlock (Results 1 – 25 of 63) sorted by relevance

123

/xnu-11215.61.5/osfmk/kern/
H A Dremote_time.c77 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 Decc_logging.c198 lck_spin_unlock(&mcc_lock); in mcc_memory_error_create_event()
298 lck_spin_unlock(&ecc_data_lock); in ecc_log_record_event()
308 lck_spin_unlock(&ecc_data_lock); in ecc_log_record_event()
326 lck_spin_unlock(&ecc_data_lock); in ecc_log_get_next_event()
339 lck_spin_unlock(&ecc_data_lock); in ecc_log_get_next_event()
H A Depoch_sync.c174 lck_spin_unlock(&elem->es_lock); in ht_put()
183 lck_spin_unlock(&bucket->htb_lock); in ht_put()
195 lck_spin_unlock(&bucket->htb_lock); in ht_remove()
220 lck_spin_unlock(&elem->es_lock); in ht_get()
223 lck_spin_unlock(&bucket->htb_lock); in ht_get()
290 lck_spin_unlock(&sync->es_lock); in esync_put()
310 lck_spin_unlock(&sync->es_lock); in esync_put()
471 lck_spin_unlock(&sync->es_lock); in esync_wait()
H A Dexclaves_xnuproxy.c174 lck_spin_unlock(&exclaves_ipc_buffer_cache_lock); in exclaves_ipc_buffer_cache_alloc()
185 lck_spin_unlock(&exclaves_ipc_buffer_cache_lock); in exclaves_ipc_buffer_cache_alloc()
214 lck_spin_unlock(&exclaves_ipc_buffer_cache_lock); in exclaves_ipc_buffer_cache_free()
233 lck_spin_unlock(&exclaves_ipc_buffer_cache_lock); in exclaves_ipc_buffer_cache_free()
H A Dtelemetry.c358 lck_spin_unlock(&telemetry_metadata_lck); in telemetry_pmi_setup()
391 lck_spin_unlock(&telemetry_metadata_lck); in telemetry_pmi_setup()
423 lck_spin_unlock(&telemetry_metadata_lck); in telemetry_mark_curthread()
843 lck_spin_unlock(&telemetry_metadata_lck); in telemetry_process_sample()
982 lck_spin_unlock(&telemetry_metadata_lck); in telemetry_process_sample()
1382 lck_spin_unlock(&ca_entries_lck); in telemetry_stash_ca_event()
1401 lck_spin_unlock(&ca_entries_lck); in telemetry_stash_ca_event()
1464 lck_spin_unlock(&ca_entries_lck); in telemetry_flush_ca_events()
1473 lck_spin_unlock(&ca_entries_lck); in telemetry_flush_ca_events()
H A Dmach_node.h143 #define MACH_NODE_UNLOCK(np) lck_spin_unlock(&(np)->node_lock_data)
H A Dmachine.c780 lck_spin_unlock(&io_timeout_override_lock); in io_increase_timeouts()
805 lck_spin_unlock(&io_timeout_override_lock); in io_reset_timeouts()
832 lck_spin_unlock(&io_timeout_override_lock); in io_override_timeout()
840 lck_spin_unlock(&io_timeout_override_lock); in io_override_timeout()
1297 lck_spin_unlock(&cpu_callback_chain_lock); in cpu_event_register_callback()
H A Dmach_node.c80 #define MACH_NODE_TABLE_UNLOCK() lck_spin_unlock(&mach_node_table_lock_data)
87 #define MNL_NAME_TABLE_UNLOCK() lck_spin_unlock(&mnl_name_table_lock_data)
H A Dlocks.c1070 lck_spin_unlock(lck); in lck_spin_sleep_grp()
1076 lck_spin_unlock(lck); in lck_spin_sleep_grp()
1111 lck_spin_unlock(lck); in lck_spin_sleep_deadline()
1117 lck_spin_unlock(lck); in lck_spin_sleep_deadline()
1497 ^{}, ^{ lck_spin_unlock(lock); }); in lck_spin_sleep_with_inheritor()
1501 ^{ lck_spin_lock(lock); }, ^{ lck_spin_unlock(lock); }); in lck_spin_sleep_with_inheritor()
/xnu-11215.61.5/osfmk/arm64/
H A Dmachine_remote_time.c78 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 Dbti_telemetry.c237 lck_spin_unlock(&bti_telemetry_lock); in safe_telemetry_lock_unlock()
/xnu-11215.61.5/osfmk/x86_64/
H A Dmachine_remote_time.c66 lck_spin_unlock(&bt_maintenance_lock); in mach_bridge_register_regwrite_timestamp_callback()
/xnu-11215.61.5/osfmk/ipc/
H A Dipc_policy.c394 lck_spin_unlock(&reply_port_telemetry_lock); in flush_reply_port_semantics_violations_telemetry()
438 lck_spin_unlock(&reply_port_telemetry_lock); in stash_reply_port_semantics_violations_telemetry()
462 lck_spin_unlock(&reply_port_telemetry_lock); in stash_reply_port_semantics_violations_telemetry()
H A Dipc_voucher.h172 lck_spin_unlock(&(ivac)->ivac_lock_data)
/xnu-11215.61.5/osfmk/vm/
H A Dvm_object_xnu.h445 lck_spin_unlock(&vm_objects_wired_lock); \
453 lck_spin_unlock(&vm_objects_wired_lock); \
/xnu-11215.61.5/osfmk/arm/
H A Dsimple_lock.h133 #define simple_unlock(l) lck_spin_unlock(l)
H A Dlocks_arm.c297 lck_spin_unlock(lck_spin_t *lock) in lck_spin_unlock() function
483 lck_spin_unlock(lck_spin_t *lock) in lck_spin_unlock() function
/xnu-11215.61.5/osfmk/i386/
H A Ducode.c126 lck_spin_unlock(&ucode_slock); in cpu_apply_microcode()
/xnu-11215.61.5/bsd/skywalk/channel/
H A Dchannel_ring.c123 lck_spin_unlock(&kr->ckr_slock); in kr_enter()
130 lck_spin_unlock(&kr->ckr_slock); in kr_enter()
143 lck_spin_unlock(&kr->ckr_slock); in kr_enter()
169 lck_spin_unlock(&kr->ckr_slock); in kr_exit()
171 lck_spin_unlock(&kr->ckr_slock); in kr_exit()
174 lck_spin_unlock(&kr->ckr_slock); in kr_exit()
190 lck_spin_unlock(&kr->ckr_slock); in kr_start()
217 lck_spin_unlock(&kr->ckr_slock); in kr_stop()
/xnu-11215.61.5/iokit/IOKit/
H A DIOLocks.h494 #define IOSimpleLockUnlock(l) lck_spin_unlock(l)
/xnu-11215.61.5/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c800 lck_spin_unlock(&fr->fr_reflock); in flow_route_retain()
824 lck_spin_unlock(&fr->fr_reflock); in flow_route_release()
860 lck_spin_unlock(&fr->fr_reflock); in flow_route_bucket_purge_common()
866 lck_spin_unlock(&fr->fr_reflock); in flow_route_bucket_purge_common()
/xnu-11215.61.5/bsd/kern/
H A Dkern_time.c153 lck_spin_unlock(&tz_slock); in gettimeofday()
226 lck_spin_unlock(&tz_slock); in settimeofday()
H A Dkern_malloc.c179 #define OSMalloc_tag_unlock() lck_spin_unlock(&OSMalloc_tag_lock)
/xnu-11215.61.5/libkern/os/
H A Dlog_mem.c49 #define logmem_unlock(lock, lm) if ((lock)) lck_spin_unlock(&(lm)->lm_lock)
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_init.c440 lck_spin_unlock(&vnode_list_spin_lock); in vnode_list_unlock()

123