Home
last modified time | relevance | path

Searched refs:atomic_fetch_sub_relaxed (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Datomic.h161 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Datomic.h121 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Datomic.h159 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/include/linux/
H A Datomic-fallback.h252 #define arch_atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed
254 #ifndef atomic_fetch_sub_relaxed
257 #define atomic_fetch_sub_relaxed atomic_fetch_sub macro
258 #else /* atomic_fetch_sub_relaxed */
264 int ret = atomic_fetch_sub_relaxed(i, v); in atomic_fetch_sub_acquire()
276 return atomic_fetch_sub_relaxed(i, v); in atomic_fetch_sub_release()
287 ret = atomic_fetch_sub_relaxed(i, v); in atomic_fetch_sub()
294 #endif /* atomic_fetch_sub_relaxed */
619 return atomic_fetch_sub_relaxed(1, v); in atomic_fetch_dec_relaxed()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Datomic.h99 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Datomic.h100 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Datomic.h147 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Datomic-instrumented.h228 atomic_fetch_sub_relaxed(int i, atomic_t *v) in atomic_fetch_sub_relaxed() function
233 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
H A Datomic-long.h649 return atomic_fetch_sub_relaxed(i, v); in atomic_long_fetch_sub_relaxed()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h405 * atomic_fetch_sub_relaxed() - atomic subtract with relaxed ordering
416 atomic_fetch_sub_relaxed(int i, atomic_t *v) in atomic_fetch_sub_relaxed() function

Completed in 16 milliseconds