Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/arch/arm64/include/asm/
Datomic.h99 return __lse_ll_sc_body(atomic64_dec_if_positive, v);
/Linux-v5.15/drivers/net/netdevsim/
Dfib.c200 atomic64_dec_if_positive(&entry->num); in nsim_fib_rule_account()
232 atomic64_dec_if_positive(&entry->num); in nsim_fib_account()
/Linux-v5.15/include/linux/atomic/
Datomic-instrumented.h1174 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c2039 atomic64_dec_if_positive(&esw->user_count); in mlx5_esw_put()