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

/linux-master/lib/
H A Datomic64_test.c216 BUG_ON(atomic64_dec_if_positive(&v) != (onestwos - 1));
221 BUG_ON(atomic64_dec_if_positive(&v) != -one);
225 BUG_ON(atomic64_dec_if_positive(&v) != (-one - one));
/linux-master/arch/arm64/include/asm/
H A Datomic.h99 return __lse_ll_sc_body(atomic64_dec_if_positive, v);
/linux-master/drivers/net/netdevsim/
H A Dfib.c203 atomic64_dec_if_positive(&entry->num);
235 atomic64_dec_if_positive(&entry->num);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h3157 * atomic64_dec_if_positive() - atomic decrement if positive with full ordering
3168 atomic64_dec_if_positive(atomic64_t *v) function
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c2289 atomic64_dec_if_positive(&esw->user_count);

Completed in 143 milliseconds