raw_cpu_generic_xchg  168 include/asm-generic/percpu.h 	__ret = raw_cpu_generic_xchg(pcp, nval);			\
raw_cpu_generic_xchg  273 include/asm-generic/percpu.h #define raw_cpu_xchg_1(pcp, nval)	raw_cpu_generic_xchg(pcp, nval)
raw_cpu_generic_xchg  276 include/asm-generic/percpu.h #define raw_cpu_xchg_2(pcp, nval)	raw_cpu_generic_xchg(pcp, nval)
raw_cpu_generic_xchg  279 include/asm-generic/percpu.h #define raw_cpu_xchg_4(pcp, nval)	raw_cpu_generic_xchg(pcp, nval)
raw_cpu_generic_xchg  282 include/asm-generic/percpu.h #define raw_cpu_xchg_8(pcp, nval)	raw_cpu_generic_xchg(pcp, nval)