Searched refs:LCK_ILOCK_BIT (Results 1 – 2 of 2) sorted by relevance
118 #define LCK_ILOCK_BIT 0 macro120 #define LCK_ILOCK (1 << LCK_ILOCK_BIT)
153 …lock(lock) hw_lock_bit ((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LCK_ILOCK_BIT, LCK_GRP_NULL)154 …) hw_lock_bit_try((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LCK_ILOCK_BIT, LCK_GRP_NULL)155 …ine interlock_unlock(lock) hw_unlock_bit ((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LCK_ILOCK_BIT)