this_cpu_and_4    395 arch/x86/include/asm/percpu.h #define this_cpu_and_4(pcp, val)	percpu_to_op("and", (pcp), val)
this_cpu_and_4    341 include/asm-generic/percpu.h #define this_cpu_and_4(pcp, val)	this_cpu_generic_to_op(pcp, val, &=)