Searched refs:atomic_fetch_sub_relaxed (Results 1 – 8 of 8) sorted by relevance
63 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
162 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed in ATOMIC_OPS() macro
153 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
106 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed in ATOMIC_OPS() macro
104 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
260 #ifndef atomic_fetch_sub_relaxed261 #define atomic_fetch_sub_relaxed atomic_fetch_sub macro288 #define atomic_fetch_dec_relaxed(v) atomic_fetch_sub_relaxed(1, (v))
83 atomic_fetch_sub_relaxed(V,X) __atomic_fetch_op{once}(X,-,V)