Searched refs:hw_unlock_bit (Results 1 – 5 of 5) sorted by relevance
352 hw_unlock_bit(pvh_lock_word(index), PVH_LOCK_BIT_OFFSET); in pvh_lock()409 hw_unlock_bit(pvh_lock_word(index), PVH_LOCK_BIT_OFFSET); in pvh_try_lock()462 hw_unlock_bit(pvh_lock_word(index), PVH_LOCK_BIT_OFFSET); in pvh_lock_enter_sleep_mode()526 hw_unlock_bit(pvh_lock_word(index), PVH_LOCK_BIT_OFFSET); in pvh_unlock()
363 extern void hw_unlock_bit(
1035 hw_unlock_bit(hw_lock_bit_t * lock, unsigned int bit) in hw_unlock_bit() function1988 #define gate_iunlock(gate) hw_unlock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT)
101 #define lck_rw_ilk_unlock(lock) hw_unlock_bit((hw_lock_bit_t*)(&(lock)->lck_rw_tag), LCK_RW_INTERLO…
892 #define pmap_unlock_bit(l, i) hw_unlock_bit(l, i)