__this_cpu_preempt_check  300 include/linux/percpu-defs.h extern void __this_cpu_preempt_check(const char *op);
__this_cpu_preempt_check  434 include/linux/percpu-defs.h 	__this_cpu_preempt_check("read");				\
__this_cpu_preempt_check  440 include/linux/percpu-defs.h 	__this_cpu_preempt_check("write");				\
__this_cpu_preempt_check  446 include/linux/percpu-defs.h 	__this_cpu_preempt_check("add");				\
__this_cpu_preempt_check  452 include/linux/percpu-defs.h 	__this_cpu_preempt_check("and");				\
__this_cpu_preempt_check  458 include/linux/percpu-defs.h 	__this_cpu_preempt_check("or");					\
__this_cpu_preempt_check  464 include/linux/percpu-defs.h 	__this_cpu_preempt_check("add_return");				\
__this_cpu_preempt_check  470 include/linux/percpu-defs.h 	__this_cpu_preempt_check("xchg");				\
__this_cpu_preempt_check  476 include/linux/percpu-defs.h 	__this_cpu_preempt_check("cmpxchg");				\
__this_cpu_preempt_check  481 include/linux/percpu-defs.h ({	__this_cpu_preempt_check("cmpxchg_double");			\