Searched refs:lck_spin_destroy (Results 1 – 15 of 15) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | task_ref.c | 476 lck_spin_destroy(&task->ref_group_lock, &task_lck_grp); in task_ref_count_fini() 481 lck_spin_destroy(&task->ref_group_lock, &task_lck_grp); in task_ref_count_fini()
|
| H A D | mach_node.h | 140 #define MACH_NODE_LOCK_DESTROY(np) lck_spin_destroy(&(np)->node_lock_data, \
|
| H A D | locks.h | 74 extern void lck_spin_destroy(
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_voucher.h | 165 lck_spin_destroy(&(ivac)->ivac_lock_data, &ipc_lck_grp)
|
| H A D | ipc_voucher.c | 85 lck_spin_destroy(&ivht_lock_data, &ipc_lck_grp) 105 lck_spin_destroy(&ivgt_lock_data, &ipc_lck_grp) 2930 lck_spin_destroy(&user_data_lock_data, &ipc_lck_grp)
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOLocks.cpp | 337 lck_spin_destroy(lock, IOLockGroup); in IOSimpleLockDestroy()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_fork.c | 904 lck_spin_destroy(&p->p_slock, &proc_slock_grp); in forkproc_free() 1524 lck_spin_destroy(&uth->uu_rethrottle_lock, &rethrottle_lock_grp); in uthread_destroy()
|
| H A D | sys_ulock.c | 97 #define ull_lock_destroy(ull) lck_spin_destroy(&ull->ull_lock, &ull_lck_grp)
|
| H A D | kern_exit.c | 2137 lck_spin_destroy(&child->p_slock, &proc_slock_grp); in reap_child_locked()
|
| H A D | kern_event.c | 2851 lck_spin_destroy(&kqu.kq->kq_lock, &kq_lck_grp); in kqueue_destroy() 3326 lck_spin_destroy(&kqwl->kqwl_statelock, &kq_lck_grp); in kqworkloop_dealloc()
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | locks_arm.c | 611 lck_spin_destroy(lck, grp); in lck_spin_free() 765 lck_spin_destroy( in lck_spin_destroy() function
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | locks_i386.c | 252 lck_spin_destroy(lck, grp); in lck_spin_free() 276 lck_spin_destroy( in lck_spin_destroy() function
|
| /xnu-8019.80.24/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 410 lck_spin_destroy(&mit->mit_lock, mit->mit_ckr->ckr_qlock_group); in nx_netif_mit_cleanup()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_route.c | 355 lck_spin_destroy(&fr->fr_reflock, &flow_route_lock_group); in fr_free()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 1722 lck_spin_destroy(&kring->ckr_slock, kring->ckr_slock_group); in na_kr_delete()
|