__this_cpu_preempt_check  311 include/linux/percpu-defs.h extern void __this_cpu_preempt_check(const char *op);
__this_cpu_preempt_check  445 include/linux/percpu-defs.h 	__this_cpu_preempt_check("read");				\
__this_cpu_preempt_check  451 include/linux/percpu-defs.h 	__this_cpu_preempt_check("write");				\
__this_cpu_preempt_check  457 include/linux/percpu-defs.h 	__this_cpu_preempt_check("add");				\
__this_cpu_preempt_check  463 include/linux/percpu-defs.h 	__this_cpu_preempt_check("and");				\
__this_cpu_preempt_check  469 include/linux/percpu-defs.h 	__this_cpu_preempt_check("or");					\
__this_cpu_preempt_check  475 include/linux/percpu-defs.h 	__this_cpu_preempt_check("add_return");				\
__this_cpu_preempt_check  481 include/linux/percpu-defs.h 	__this_cpu_preempt_check("xchg");				\
__this_cpu_preempt_check  487 include/linux/percpu-defs.h 	__this_cpu_preempt_check("cmpxchg");				\
__this_cpu_preempt_check  492 include/linux/percpu-defs.h ({	__this_cpu_preempt_check("cmpxchg_double");			\
__this_cpu_preempt_check   66 lib/smp_processor_id.c EXPORT_SYMBOL(__this_cpu_preempt_check);
__this_cpu_preempt_check   67 lib/smp_processor_id.c NOKPROBE_SYMBOL(__this_cpu_preempt_check);