atomic_fetch_sub_relaxed  162 arch/alpha/include/asm/atomic.h #define atomic_fetch_sub_relaxed	atomic_fetch_sub_relaxed
atomic_fetch_sub_relaxed  101 arch/arm/include/asm/atomic.h #define atomic_fetch_sub_relaxed	atomic_fetch_sub_relaxed
atomic_fetch_sub_relaxed  159 arch/mips/include/asm/atomic.h #define atomic_fetch_sub_relaxed	atomic_fetch_sub_relaxed
atomic_fetch_sub_relaxed  106 arch/powerpc/include/asm/atomic.h #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed
atomic_fetch_sub_relaxed  149 arch/riscv/include/asm/atomic.h #define atomic_fetch_sub_relaxed	atomic_fetch_sub_relaxed
atomic_fetch_sub_relaxed  232 include/asm-generic/atomic-instrumented.h #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed
atomic_fetch_sub_relaxed  648 include/asm-generic/atomic-long.h 	return atomic_fetch_sub_relaxed(i, v);
atomic_fetch_sub_relaxed  222 include/linux/atomic-fallback.h #ifndef atomic_fetch_sub_relaxed
atomic_fetch_sub_relaxed  232 include/linux/atomic-fallback.h 	int ret = atomic_fetch_sub_relaxed(i, v);
atomic_fetch_sub_relaxed  244 include/linux/atomic-fallback.h 	return atomic_fetch_sub_relaxed(i, v);
atomic_fetch_sub_relaxed  255 include/linux/atomic-fallback.h 	ret = atomic_fetch_sub_relaxed(i, v);
atomic_fetch_sub_relaxed  563 include/linux/atomic-fallback.h 	return atomic_fetch_sub_relaxed(1, v);