Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dmpqueue.h36 lck_ticket_unlock(&(q)->lock_data); \
46 lck_ticket_unlock(&(q)->lock_data); \
H A Dticket_lock.h319 extern __exported void lck_ticket_unlock(
H A Dprintf.c853 lck_ticket_unlock(&log_lock); in bsd_log_unlock()
H A Dprocessor.h598 #define pset_unlock(p) lck_ticket_unlock(&(p)->sched_lock)
H A Dbtlog.c320 lck_ticket_unlock(&btl->btl_lock); in __btlib_unlock()
1031 lck_ticket_unlock(&btlu.btl->btl_lock); in __btlog_unlock()
H A Dlock_ticket.c951 lck_ticket_unlock(lck_ticket_t *tlock) in lck_ticket_unlock() function
H A Dlocks.c1539 ^{}, ^{ 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 Dclock.c119 lck_ticket_unlock(&clock_lock)
H A Dthread_call.c221 lck_ticket_unlock(&group->tcg_lock); in thread_call_unlock()
H A Dtimer_call.c76 #define timer_queue_unlock(queue) lck_ticket_unlock(&(queue)->lock_data)
/xnu-12377.61.12/osfmk/console/
H A Dserial_console.c327 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 Dvideo_console.c168 lck_ticket_unlock(&vcputc_lock); \
/xnu-12377.61.12/osfmk/ipc/
H A Dipc_policy.c511 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 Dipc_space.c169 lck_ticket_unlock(&space->is_lock); in ipc_space_unlock()
/xnu-12377.61.12/osfmk/arm/
H A Dlocks_arm.c299 lck_ticket_unlock(lock); in lck_spin_unlock()
H A Dmodel_dep.c898 lck_ticket_unlock(&clock_lock); in panic_display_times()
/xnu-12377.61.12/bsd/kern/
H A Dsys_ulock.c106 #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 Dlog.c587 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 Dkasan-arm64.c568 lck_ticket_unlock(&kasan_vm_lock); in kasan_unlock()
/xnu-12377.61.12/osfmk/vm/
H A Dvm_resident.c3344 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 Dvm_mteinfo.c2032 lck_ticket_unlock(&mte_pcpu->free_claimed_lock); in mteinfo_reclaim_tag_storage_page_try_pcpu()
H A Dvm_object.c8685 lck_ticket_unlock(&entry->pw_entry_lock);
/xnu-12377.61.12/osfmk/arm64/
H A Dplatform_tests.c331 lck_ticket_unlock(&lt_ticket_lock); in lt_stress_ticket_lock()
347 lck_ticket_unlock(&lt_ticket_lock); in lt_stress_ticket_lock()
370 lck_ticket_unlock(&lt_ticket_lock); in lt_stress_ticket_lock()
/xnu-12377.61.12/libkern/c++/
H A DOSKext.cpp8833 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 Dpthread_workqueue.c528 lck_ticket_unlock(&wq->wq_lock); in workq_unlock()