Searched refs:hw_unlock_bit (Results 1 – 7 of 7) sorted by relevance
76 hw_unlock_bit(lck, 0); in hw_lock_allow_invalid_test()
314 extern void hw_unlock_bit(
1224 hw_unlock_bit(hw_lock_bit_t * lock, unsigned int bit) in hw_unlock_bit() function2310 #define gate_iunlock(gate) hw_unlock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT)
99 #define lck_rw_ilk_unlock(lock) hw_unlock_bit((hw_lock_bit_t*)(&(lock)->lck_rw_tag), LCK_RW_INTERLO…
2692 hw_unlock_bit(&zc->zc_depot_lock, 0); in zone_depot_unlock()
855 #define pmap_unlock_bit(l, i) hw_unlock_bit(l, i)
155 #define interlock_unlock(lock) hw_unlock_bit ((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LCK_ILOCK_…