Searched refs:hw_lock_try (Results 1 – 5 of 5) sorted by relevance
115 extern unsigned int hw_lock_try(136 #define hw_lock_try(lck, grp) \ macro137 hw_lock_try(lck)
766 (hw_lock_try)(hw_lock_t lock LCK_GRP_ARG(lck_grp_t *grp))
456 return hw_lock_try(&lock->hwlock, LCK_GRP_NULL); in lck_spin_try_lock()464 return hw_lock_try(&lock->hwlock, grp); in lck_spin_try_lock_grp()
339 while (0 == hw_lock_try(<_hw_lock, LCK_GRP_NULL)) { in lt_grab_hw_lock_with_try()527 success = hw_lock_try(<_hw_lock, LCK_GRP_NULL); in lt_test_trylocks()529 success = hw_lock_try(<_hw_lock, LCK_GRP_NULL); in lt_test_trylocks()534 success = hw_lock_try(<_hw_lock, LCK_GRP_NULL); in lt_test_trylocks()
618 if ((success = hw_lock_try(&l->interlock, grp))) { in usimple_lock_try()