| /xnu-12377.61.12/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 | 319 extern __exported void lck_ticket_unlock(
|
| H A D | printf.c | 853 lck_ticket_unlock(&log_lock); in bsd_log_unlock()
|
| H A D | processor.h | 598 #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 | 951 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-12377.61.12/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-12377.61.12/osfmk/ipc/ |
| H A D | ipc_policy.c | 511 lck_ticket_unlock(&ipc_telemetry_lock); in flush_ipc_policy_violations_telemetry() 579 lck_ticket_unlock(&ipc_telemetry_lock); in ipc_stash_policy_violations_telemetry() 604 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-12377.61.12/osfmk/arm/ |
| H A D | locks_arm.c | 299 lck_ticket_unlock(lock); in lck_spin_unlock()
|
| H A D | model_dep.c | 898 lck_ticket_unlock(&clock_lock); in panic_display_times()
|
| /xnu-12377.61.12/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-12377.61.12/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-12377.61.12/san/memory/ |
| H A D | kasan-arm64.c | 568 lck_ticket_unlock(&kasan_vm_lock); in kasan_unlock()
|
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_resident.c | 3344 lck_ticket_unlock(bucket_lock); in vm_page_insert_internal() 3642 lck_ticket_unlock(bucket_lock); in vm_page_replace() 3729 lck_ticket_unlock(bucket_lock); in vm_page_remove() 4080 lck_ticket_unlock(bucket_lock); in vm_page_lookup() 5020 lck_ticket_unlock(&pcpu->free_claimed_lock); in vm_page_grab_claimed_from_cpu() 10529 lck_ticket_unlock(bucket_lock); in vm_page_info() 10610 lck_ticket_unlock(bucket_lock); in vm_page_buckets_check() 11141 lck_ticket_unlock(&vm_allocation_sites_lock); in vm_tag_alloc() 11476 lck_ticket_unlock(&vm_allocation_sites_lock); in kern_allocation_update_subtotal() 11483 lck_ticket_unlock(&vm_allocation_sites_lock); in kern_allocation_update_subtotal() [all …]
|
| H A D | vm_mteinfo.c | 2032 lck_ticket_unlock(&mte_pcpu->free_claimed_lock); in mteinfo_reclaim_tag_storage_page_try_pcpu()
|
| H A D | vm_object.c | 8685 lck_ticket_unlock(&entry->pw_entry_lock);
|
| /xnu-12377.61.12/osfmk/arm64/ |
| H A D | platform_tests.c | 331 lck_ticket_unlock(<_ticket_lock); in lt_stress_ticket_lock() 347 lck_ticket_unlock(<_ticket_lock); in lt_stress_ticket_lock() 370 lck_ticket_unlock(<_ticket_lock); in lt_stress_ticket_lock()
|
| /xnu-12377.61.12/libkern/c++/ |
| H A D | OSKext.cpp | 8833 lck_ticket_unlock(sKextAccountsLock); 15830 lck_ticket_unlock(sKextAccountsLock); 15841 lck_ticket_unlock(sKextAccountsLock); 16530 lck_ticket_unlock(sKextAccountsLock); 16795 lck_ticket_unlock(sKextAccountsLock); 16830 lck_ticket_unlock(sKextAccountsLock);
|
| /xnu-12377.61.12/bsd/pthread/ |
| H A D | pthread_workqueue.c | 528 lck_ticket_unlock(&wq->wq_lock); in workq_unlock()
|