this_cpu_cmpxchg_8  225 arch/arm64/include/asm/percpu.h #define this_cpu_cmpxchg_8(pcp, o, n)	\
this_cpu_cmpxchg_8  149 arch/s390/include/asm/percpu.h #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval)
this_cpu_cmpxchg_8  497 arch/x86/include/asm/percpu.h #define this_cpu_cmpxchg_8(pcp, oval, nval)	percpu_cmpxchg_op(volatile, pcp, oval, nval)
this_cpu_cmpxchg_8  423 include/asm-generic/percpu.h #define this_cpu_cmpxchg_8(pcp, oval, nval) \