Searched refs:atomic_fetch_sub (Results 1 – 4 of 4) sorted by relevance
125 #ifndef atomic_fetch_sub
197 atomic_fetch_sub(int i, atomic_t *v) in atomic_fetch_sub() function202 #define atomic_fetch_sub atomic_fetch_sub macro
630 return atomic_fetch_sub(i, v); in atomic_long_fetch_sub()
223 #define atomic_fetch_sub_acquire atomic_fetch_sub224 #define atomic_fetch_sub_release atomic_fetch_sub225 #define atomic_fetch_sub_relaxed atomic_fetch_sub249 #ifndef atomic_fetch_sub251 atomic_fetch_sub(int i, atomic_t *v) in atomic_fetch_sub() function259 #define atomic_fetch_sub atomic_fetch_sub macro536 return atomic_fetch_sub(1, v); in atomic_fetch_dec()