Searched refs:hw_lock_bit_try (Results 1 – 3 of 3) sorted by relevance
295 extern unsigned int hw_lock_bit_try(333 #define hw_lock_bit_try(lck, bit, grp) \ macro334 hw_lock_bit_try(lck, bit)
1188 (hw_lock_bit_try)(hw_lock_bit_t * lock, unsigned int bit LCK_GRP_ARG(lck_grp_t *grp))
154 #define interlock_try(lock) hw_lock_bit_try((hw_lock_bit_t*)(&(lock)->lck_mtx_data), LC…