Home
last modified time | relevance | path

Searched refs:atomic_fetch_add_relaxed (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Drefcount.h193 int old = atomic_fetch_add_relaxed(i, &r->refs); in __refcount_add()
Datomic-fallback.h156 #define arch_atomic_fetch_add_relaxed atomic_fetch_add_relaxed
158 #ifndef atomic_fetch_add_relaxed
161 #define atomic_fetch_add_relaxed atomic_fetch_add macro
168 int ret = atomic_fetch_add_relaxed(i, v); in atomic_fetch_add_acquire()
180 return atomic_fetch_add_relaxed(i, v); in atomic_fetch_add_release()
191 ret = atomic_fetch_add_relaxed(i, v); in atomic_fetch_add()
436 return atomic_fetch_add_relaxed(1, v); in atomic_fetch_inc_relaxed()
/include/asm-generic/
Datomic-instrumented.h140 atomic_fetch_add_relaxed(int i, atomic_t *v) in atomic_fetch_add_relaxed() function
145 #define atomic_fetch_add_relaxed atomic_fetch_add_relaxed macro
Datomic-long.h595 return atomic_fetch_add_relaxed(i, v); in atomic_long_fetch_add_relaxed()