Home
last modified time | relevance | path

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

/xnu-8796.121.2/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.c839 lck_ticket_unlock(&log_lock); in bsd_log_unlock()
H A Dprocessor.h436 #define pset_unlock(p) lck_ticket_unlock(&(p)->sched_lock)
H A Dbtlog.c319 lck_ticket_unlock(&btl->btl_lock); in __btlib_unlock()
1030 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.c1494 ^{}, ^{ lck_ticket_unlock(lock); }); in lck_ticket_sleep_with_inheritor()
1498 ^{ 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.c220 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-8796.121.2/osfmk/console/
H A Dserial_console.c320 lck_ticket_unlock(&console_ring.write_lock); in console_ring_reserve_space()
442 lck_ticket_unlock(&console_ring.write_lock); in console_ring_try_empty()
H A Dvideo_console.c168 lck_ticket_unlock(&vcputc_lock); \
/xnu-8796.121.2/osfmk/ipc/
H A Dipc_space.c155 lck_ticket_unlock(&space->is_lock); in ipc_space_unlock()
/xnu-8796.121.2/san/memory/
H A Dkasan-arm64.c447 lck_ticket_unlock(&kasan_vm_lock); in kasan_unlock()
/xnu-8796.121.2/osfmk/arm/
H A Dlocks_arm.c696 lck_ticket_unlock(lock); in lck_spin_unlock()
H A Dmodel_dep.c781 lck_ticket_unlock(&clock_lock); in panic_display_times()
/xnu-8796.121.2/osfmk/arm64/
H A Dplatform_tests.c299 lck_ticket_unlock(&lt_ticket_lock); in lt_stress_ticket_lock()
313 lck_ticket_unlock(&lt_ticket_lock); in lt_stress_ticket_lock()
/xnu-8796.121.2/osfmk/vm/
H A Dvm_resident.c9154 lck_ticket_unlock(&vm_allocation_sites_lock); in vm_tag_alloc()
9321 lck_ticket_unlock(&vm_allocation_sites_lock); in kern_allocation_update_subtotal()
9544 lck_ticket_unlock(&vm_allocation_sites_lock); in process_account()
9576 lck_ticket_unlock(&vm_allocation_sites_lock); in vm_page_diagnose_estimate()
9900 lck_ticket_unlock(&vm_allocation_sites_lock); in vm_tag_get_kext()
/xnu-8796.121.2/libkern/c++/
H A DOSKext.cpp8643 lck_ticket_unlock(sKextAccountsLock);
15589 lck_ticket_unlock(sKextAccountsLock);
15600 lck_ticket_unlock(sKextAccountsLock);
16258 lck_ticket_unlock(sKextAccountsLock);
16513 lck_ticket_unlock(sKextAccountsLock);
16548 lck_ticket_unlock(sKextAccountsLock);
/xnu-8796.121.2/bsd/pthread/
H A Dpthread_workqueue.c518 lck_ticket_unlock(&wq->wq_lock); in workq_unlock()