Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Datomic.h160 #define atomic_fetch_add_relaxed atomic_fetch_add_relaxed in ATOMIC_OPS() macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Datomic.h158 #define atomic_fetch_add_relaxed atomic_fetch_add_relaxed macro
/OK3568_Linux_fs/kernel/include/linux/
H A 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()
H A Drefcount.h193 int old = atomic_fetch_add_relaxed(i, &r->refs); in __refcount_add()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Datomic.h99 #define atomic_fetch_add_relaxed atomic_fetch_add_relaxed in ATOMIC_OPS() macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Datomic.h98 #define atomic_fetch_add_relaxed atomic_fetch_add_relaxed macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Datomic.h146 #define atomic_fetch_add_relaxed atomic_fetch_add_relaxed macro
/OK3568_Linux_fs/kernel/tools/memory-model/
H A Dlinux-kernel.def73 atomic_fetch_add_relaxed(V,X) __atomic_fetch_op{once}(X,+,V)
/OK3568_Linux_fs/kernel/include/asm-generic/
H A 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
H A Datomic-long.h595 return atomic_fetch_add_relaxed(i, v); in atomic_long_fetch_add_relaxed()
/OK3568_Linux_fs/kernel/Documentation/
H A Datomic_t.txt215 atomic_fetch_add_relaxed();