Searched refs:atomic_fetch_dec_relaxed (Results 1 – 4 of 4) sorted by relevance
525 #ifndef atomic_fetch_dec_relaxed529 #define atomic_fetch_dec_relaxed atomic_fetch_dec macro559 #ifndef atomic_fetch_dec_relaxed561 atomic_fetch_dec_relaxed(atomic_t *v) in atomic_fetch_dec_relaxed() function565 #define atomic_fetch_dec_relaxed atomic_fetch_dec_relaxed macro574 int ret = atomic_fetch_dec_relaxed(v); in atomic_fetch_dec_acquire()586 return atomic_fetch_dec_relaxed(v); in atomic_fetch_dec_release()597 ret = atomic_fetch_dec_relaxed(v); in atomic_fetch_dec()
100 atomic_fetch_dec_relaxed(X) __atomic_fetch_op{once}(X,-,1)
407 atomic_fetch_dec_relaxed(atomic_t *v) in atomic_fetch_dec_relaxed() function412 #define atomic_fetch_dec_relaxed atomic_fetch_dec_relaxed macro
756 return atomic_fetch_dec_relaxed(v); in atomic_long_fetch_dec_relaxed()