Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Datomic.h166 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Datomic.h306 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Datomic.h167 # define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/include/linux/
H A Datomic-fallback.h1476 #define arch_atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed
1478 #ifndef atomic64_fetch_sub_relaxed
1481 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub macro
1482 #else /* atomic64_fetch_sub_relaxed */
1488 s64 ret = atomic64_fetch_sub_relaxed(i, v); in atomic64_fetch_sub_acquire()
1500 return atomic64_fetch_sub_relaxed(i, v); in atomic64_fetch_sub_release()
1511 ret = atomic64_fetch_sub_relaxed(i, v); in atomic64_fetch_sub()
1518 #endif /* atomic64_fetch_sub_relaxed */
1843 return atomic64_fetch_sub_relaxed(1, v); in atomic64_fetch_dec_relaxed()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Datomic.h380 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Datomic.h392 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Datomic.h158 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Datomic-instrumented.h1038 atomic64_fetch_sub_relaxed(s64 i, atomic64_t *v) in atomic64_fetch_sub_relaxed() function
1043 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
H A Datomic-long.h155 return atomic64_fetch_sub_relaxed(i, v); in atomic_long_fetch_sub_relaxed()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h1969 * atomic64_fetch_sub_relaxed() - atomic subtract with relaxed ordering
1980 atomic64_fetch_sub_relaxed(s64 i, atomic64_t *v) in atomic64_fetch_sub_relaxed() function

Completed in 16 milliseconds