Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
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()
/linux-6.6.21/arch/arm64/include/asm/
Datomic.h99 return __lse_ll_sc_body(atomic64_dec_if_positive, v);
/linux-6.6.21/drivers/net/netdevsim/
Dfib.c203 atomic64_dec_if_positive(&entry->num); in nsim_fib_rule_account()
235 atomic64_dec_if_positive(&entry->num); in nsim_fib_account()
/linux-6.6.21/include/linux/atomic/
Datomic-instrumented.h3140 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c2292 atomic64_dec_if_positive(&esw->user_count); in mlx5_esw_put()