this_cpu_generic_xchg  398 include/asm-generic/percpu.h #define this_cpu_xchg_1(pcp, nval)	this_cpu_generic_xchg(pcp, nval)
this_cpu_generic_xchg  401 include/asm-generic/percpu.h #define this_cpu_xchg_2(pcp, nval)	this_cpu_generic_xchg(pcp, nval)
this_cpu_generic_xchg  404 include/asm-generic/percpu.h #define this_cpu_xchg_4(pcp, nval)	this_cpu_generic_xchg(pcp, nval)
this_cpu_generic_xchg  407 include/asm-generic/percpu.h #define this_cpu_xchg_8(pcp, nval)	this_cpu_generic_xchg(pcp, nval)