atomic64_fetch_sub_relaxed  167 arch/alpha/include/asm/atomic.h #define atomic64_fetch_sub_relaxed	atomic64_fetch_sub_relaxed
atomic64_fetch_sub_relaxed  382 arch/arm/include/asm/atomic.h #define atomic64_fetch_sub_relaxed	atomic64_fetch_sub_relaxed
atomic64_fetch_sub_relaxed  361 arch/mips/include/asm/atomic.h #define atomic64_fetch_sub_relaxed	atomic64_fetch_sub_relaxed
atomic64_fetch_sub_relaxed  377 arch/powerpc/include/asm/atomic.h #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed
atomic64_fetch_sub_relaxed  160 arch/riscv/include/asm/atomic.h #define atomic64_fetch_sub_relaxed	atomic64_fetch_sub_relaxed
atomic64_fetch_sub_relaxed 1042 include/asm-generic/atomic-instrumented.h #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed
atomic64_fetch_sub_relaxed  154 include/asm-generic/atomic-long.h 	return atomic64_fetch_sub_relaxed(i, v);
atomic64_fetch_sub_relaxed 1332 include/linux/atomic-fallback.h #ifndef atomic64_fetch_sub_relaxed
atomic64_fetch_sub_relaxed 1342 include/linux/atomic-fallback.h 	s64 ret = atomic64_fetch_sub_relaxed(i, v);
atomic64_fetch_sub_relaxed 1354 include/linux/atomic-fallback.h 	return atomic64_fetch_sub_relaxed(i, v);
atomic64_fetch_sub_relaxed 1365 include/linux/atomic-fallback.h 	ret = atomic64_fetch_sub_relaxed(i, v);
atomic64_fetch_sub_relaxed 1673 include/linux/atomic-fallback.h 	return atomic64_fetch_sub_relaxed(1, v);