Home
last modified time | relevance | path

Searched refs:hw_unlock_bit (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dtest_lock.c76 hw_unlock_bit(lck, 0); in hw_lock_allow_invalid_test()
H A Dsimple_lock.h314 extern void hw_unlock_bit(
H A Dlocks.c1224 hw_unlock_bit(hw_lock_bit_t * lock, unsigned int bit) in hw_unlock_bit() function
2310 #define gate_iunlock(gate) hw_unlock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT)
H A Dlock_rw.c99 #define lck_rw_ilk_unlock(lock) hw_unlock_bit((hw_lock_bit_t*)(&(lock)->lck_rw_tag), LCK_RW_INTERLO…
H A Dzalloc.c2692 hw_unlock_bit(&zc->zc_depot_lock, 0); in zone_depot_unlock()
/xnu-8019.80.24/osfmk/arm/
H A Dpmap.h855 #define pmap_unlock_bit(l, i) hw_unlock_bit(l, i)
H A Dlocks_arm.c155 #define interlock_unlock(lock) hw_unlock_bit ((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LCK_ILOCK_…