raw_cpu_xchg_1    380 arch/x86/include/asm/percpu.h #define raw_cpu_xchg_1(pcp, val)	percpu_xchg_op(pcp, val)
raw_cpu_xchg_1    249 include/asm-generic/percpu.h #define raw_cpu_xchg_1(pcp, nval)	raw_cpu_generic_xchg(pcp, nval)