raw_cpu_and_2     405 arch/x86/include/asm/percpu.h #define raw_cpu_and_2(pcp, val)		percpu_to_op(, "and", (pcp), val)
raw_cpu_and_2     237 include/asm-generic/percpu.h #define raw_cpu_and_2(pcp, val)		raw_cpu_generic_to_op(pcp, val, &=)