Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dmpqueue.h36 lck_ticket_unlock(&(q)->lock_data); \
46 lck_ticket_unlock(&(q)->lock_data); \
H A Dticket_lock.h321 extern __exported void lck_ticket_unlock(
H A Dprintf.c849 lck_ticket_unlock(&log_lock); in bsd_log_unlock()
H A Dprocessor.h517 #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.c955 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-11215.81.4/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-11215.81.4/osfmk/ipc/
H A Dipc_space.c169 lck_ticket_unlock(&space->is_lock); in ipc_space_unlock()
/xnu-11215.81.4/osfmk/arm/
H A Dlocks_arm.c299 lck_ticket_unlock(lock); in lck_spin_unlock()
H A Dmodel_dep.c858 lck_ticket_unlock(&clock_lock); in panic_display_times()
/xnu-11215.81.4/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-11215.81.4/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-11215.81.4/san/memory/
H A Dkasan-arm64.c568 lck_ticket_unlock(&kasan_vm_lock); in kasan_unlock()
/xnu-11215.81.4/osfmk/arm64/
H A Dplatform_tests.c317 lck_ticket_unlock(&lt_ticket_lock); in lt_stress_ticket_lock()
333 lck_ticket_unlock(&lt_ticket_lock); in lt_stress_ticket_lock()
356 lck_ticket_unlock(&lt_ticket_lock); in lt_stress_ticket_lock()
/xnu-11215.81.4/osfmk/vm/
H A Dvm_resident.c9506 lck_ticket_unlock(&vm_allocation_sites_lock); in vm_tag_alloc()
9772 lck_ticket_unlock(&vm_allocation_sites_lock); in kern_allocation_update_subtotal()
9779 lck_ticket_unlock(&vm_allocation_sites_lock); in kern_allocation_update_subtotal()
9988 lck_ticket_unlock(&vm_allocation_sites_lock); in process_account()
10020 lck_ticket_unlock(&vm_allocation_sites_lock); in vm_page_diagnose_estimate()
10388 lck_ticket_unlock(&vm_allocation_sites_lock); in vm_tag_get_kext()
H A Dvm_object.c8329 lck_ticket_unlock(&entry->pw_entry_lock);
/xnu-11215.81.4/libkern/c++/
H A DOSKext.cpp8811 lck_ticket_unlock(sKextAccountsLock);
15791 lck_ticket_unlock(sKextAccountsLock);
15802 lck_ticket_unlock(sKextAccountsLock);
16491 lck_ticket_unlock(sKextAccountsLock);
16756 lck_ticket_unlock(sKextAccountsLock);
16791 lck_ticket_unlock(sKextAccountsLock);
/xnu-11215.81.4/bsd/pthread/
H A Dpthread_workqueue.c527 lck_ticket_unlock(&wq->wq_lock); in workq_unlock()