Home
last modified time | relevance | path

Searched refs:atomic64_dec_if_positive (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/lib/
H A Datomic64_test.c216 BUG_ON(atomic64_dec_if_positive(&v) != (onestwos - 1)); in test_atomic64()
221 BUG_ON(atomic64_dec_if_positive(&v) != -one); in test_atomic64()
225 BUG_ON(atomic64_dec_if_positive(&v) != (-one - one)); in test_atomic64()
/openbmc/linux/arch/arm64/include/asm/
H A Datomic.h99 return __lse_ll_sc_body(atomic64_dec_if_positive, v);
/openbmc/linux/drivers/net/netdevsim/
H A Dfib.c203 atomic64_dec_if_positive(&entry->num); in nsim_fib_rule_account()
235 atomic64_dec_if_positive(&entry->num); in nsim_fib_account()
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h3140 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c2290 atomic64_dec_if_positive(&esw->user_count); in mlx5_esw_put()