Searched refs:atomic_fetch_dec_relaxed (Results 1 – 4 of 4) sorted by relevance
579 #define arch_atomic_fetch_dec_relaxed atomic_fetch_dec_relaxed581 #ifndef atomic_fetch_dec_relaxed585 #define atomic_fetch_dec_relaxed atomic_fetch_dec macro615 #ifndef atomic_fetch_dec_relaxed617 atomic_fetch_dec_relaxed(atomic_t *v) in atomic_fetch_dec_relaxed() function621 #define atomic_fetch_dec_relaxed atomic_fetch_dec_relaxed macro630 int ret = atomic_fetch_dec_relaxed(v); in atomic_fetch_dec_acquire()642 return atomic_fetch_dec_relaxed(v); in atomic_fetch_dec_release()653 ret = atomic_fetch_dec_relaxed(v); in atomic_fetch_dec()
100 atomic_fetch_dec_relaxed(X) __atomic_fetch_op{once}(X,-,1)
408 atomic_fetch_dec_relaxed(atomic_t *v) in atomic_fetch_dec_relaxed() function413 #define atomic_fetch_dec_relaxed atomic_fetch_dec_relaxed macro
757 return atomic_fetch_dec_relaxed(v); in atomic_long_fetch_dec_relaxed()