this_cpu_cmpxchg_2  221 arch/arm64/include/asm/percpu.h #define this_cpu_cmpxchg_2(pcp, o, n)	\
this_cpu_cmpxchg_2  147 arch/s390/include/asm/percpu.h #define this_cpu_cmpxchg_2(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval)
this_cpu_cmpxchg_2  456 arch/x86/include/asm/percpu.h #define this_cpu_cmpxchg_2(pcp, oval, nval)	percpu_cmpxchg_op(volatile, pcp, oval, nval)
this_cpu_cmpxchg_2  415 include/asm-generic/percpu.h #define this_cpu_cmpxchg_2(pcp, oval, nval) \