Searched refs:hw_lock_try (Results 1 – 5 of 5) sorted by relevance
113 extern unsigned int hw_lock_try(134 #define hw_lock_try(lck, grp) \ macro135 hw_lock_try(lck)
972 (hw_lock_try)(hw_lock_t lock LCK_GRP_ARG(lck_grp_t *grp))
334 while (0 == hw_lock_try(<_hw_lock, LCK_GRP_NULL)) { in lt_grab_hw_lock_with_try()537 success = hw_lock_try(<_hw_lock, LCK_GRP_NULL); in lt_test_trylocks()539 success = hw_lock_try(<_hw_lock, LCK_GRP_NULL); in lt_test_trylocks()544 success = hw_lock_try(<_hw_lock, LCK_GRP_NULL); in lt_test_trylocks()
701 return hw_lock_try(&lock->hwlock, LCK_GRP_NULL); in lck_spin_try_lock()708 return hw_lock_try(&lock->hwlock, grp); in lck_spin_try_lock_grp()
618 if ((success = hw_lock_try(&l->interlock, grp))) { in usimple_lock_try()