| /xnu-11417.140.69/osfmk/kern/ |
| H A D | mpqueue.h | 36 lck_ticket_unlock(&(q)->lock_data); \ 46 lck_ticket_unlock(&(q)->lock_data); \
|
| H A D | ticket_lock.h | 322 extern __exported void lck_ticket_unlock(
|
| H A D | printf.c | 849 lck_ticket_unlock(&log_lock); in bsd_log_unlock()
|
| H A D | processor.h | 535 #define pset_unlock(p) lck_ticket_unlock(&(p)->sched_lock)
|
| H A D | btlog.c | 320 lck_ticket_unlock(&btl->btl_lock); in __btlib_unlock() 1031 lck_ticket_unlock(&btlu.btl->btl_lock); in __btlog_unlock()
|
| H A D | lock_ticket.c | 955 lck_ticket_unlock(lck_ticket_t *tlock) in lck_ticket_unlock() function
|
| H A D | locks.c | 1539 ^{}, ^{ lck_ticket_unlock(lock); }); in lck_ticket_sleep_with_inheritor() 1543 ^{ lck_ticket_lock(lock, grp); }, ^{ lck_ticket_unlock(lock); }); in lck_ticket_sleep_with_inheritor()
|
| H A D | clock.c | 119 lck_ticket_unlock(&clock_lock)
|
| H A D | thread_call.c | 221 lck_ticket_unlock(&group->tcg_lock); in thread_call_unlock()
|
| H A D | timer_call.c | 76 #define timer_queue_unlock(queue) lck_ticket_unlock(&(queue)->lock_data)
|
| /xnu-11417.140.69/osfmk/console/ |
| H A D | serial_console.c | 327 lck_ticket_unlock(&console_ring.write_lock); in console_ring_reserve_space() 449 lck_ticket_unlock(&console_ring.write_lock); in console_ring_try_empty()
|
| H A D | video_console.c | 168 lck_ticket_unlock(&vcputc_lock); \
|
| /xnu-11417.140.69/osfmk/ipc/ |
| H A D | ipc_policy.c | 386 lck_ticket_unlock(&ipc_telemetry_lock); in flush_ipc_policy_violations_telemetry() 450 lck_ticket_unlock(&ipc_telemetry_lock); in ipc_stash_policy_violations_telemetry() 475 lck_ticket_unlock(&ipc_telemetry_lock); in ipc_stash_policy_violations_telemetry()
|
| H A D | ipc_space.c | 169 lck_ticket_unlock(&space->is_lock); in ipc_space_unlock()
|
| /xnu-11417.140.69/osfmk/arm/ |
| H A D | locks_arm.c | 299 lck_ticket_unlock(lock); in lck_spin_unlock()
|
| H A D | model_dep.c | 858 lck_ticket_unlock(&clock_lock); in panic_display_times()
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | sys_ulock.c | 106 #define ull_unlock(ull) lck_ticket_unlock(&ull->ull_lock) 237 #define ull_bucket_unlock(i) lck_ticket_unlock(&ull_bucket[i].ulb_lock)
|
| /xnu-11417.140.69/libkern/os/ |
| H A D | log.c | 587 lck_ticket_unlock(&oslog_cache_lock); in os_log_create_impl() 596 lck_ticket_unlock(&oslog_cache_lock); in os_log_create_impl() 602 lck_ticket_unlock(&oslog_cache_lock); in os_log_create_impl()
|
| /xnu-11417.140.69/san/memory/ |
| H A D | kasan-arm64.c | 568 lck_ticket_unlock(&kasan_vm_lock); in kasan_unlock()
|
| /xnu-11417.140.69/osfmk/arm64/ |
| H A D | platform_tests.c | 321 lck_ticket_unlock(<_ticket_lock); in lt_stress_ticket_lock() 337 lck_ticket_unlock(<_ticket_lock); in lt_stress_ticket_lock() 360 lck_ticket_unlock(<_ticket_lock); in lt_stress_ticket_lock()
|
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | vm_resident.c | 3058 lck_ticket_unlock(bucket_lock); in vm_page_insert_internal() 3307 lck_ticket_unlock(bucket_lock); in vm_page_replace() 3394 lck_ticket_unlock(bucket_lock); in vm_page_remove() 3726 lck_ticket_unlock(bucket_lock); in vm_page_lookup() 9635 lck_ticket_unlock(bucket_lock); in vm_page_info() 9716 lck_ticket_unlock(bucket_lock); in vm_page_buckets_check() 10244 lck_ticket_unlock(&vm_allocation_sites_lock); in vm_tag_alloc() 10518 lck_ticket_unlock(&vm_allocation_sites_lock); in kern_allocation_update_subtotal() 10525 lck_ticket_unlock(&vm_allocation_sites_lock); in kern_allocation_update_subtotal() 10734 lck_ticket_unlock(&vm_allocation_sites_lock); in process_account() [all …]
|
| H A D | vm_object.c | 8420 lck_ticket_unlock(&entry->pw_entry_lock);
|
| /xnu-11417.140.69/libkern/c++/ |
| H A D | OSKext.cpp | 8811 lck_ticket_unlock(sKextAccountsLock); 15808 lck_ticket_unlock(sKextAccountsLock); 15819 lck_ticket_unlock(sKextAccountsLock); 16508 lck_ticket_unlock(sKextAccountsLock); 16773 lck_ticket_unlock(sKextAccountsLock); 16808 lck_ticket_unlock(sKextAccountsLock);
|
| /xnu-11417.140.69/bsd/pthread/ |
| H A D | pthread_workqueue.c | 528 lck_ticket_unlock(&wq->wq_lock); in workq_unlock()
|