Lines Matching refs:__this_cpu_preempt_check
312 extern void __this_cpu_preempt_check(const char *op);
314 static inline void __this_cpu_preempt_check(const char *op) { } in __this_cpu_preempt_check() function
446 __this_cpu_preempt_check("read"); \
452 __this_cpu_preempt_check("write"); \
458 __this_cpu_preempt_check("add"); \
464 __this_cpu_preempt_check("and"); \
470 __this_cpu_preempt_check("or"); \
476 __this_cpu_preempt_check("add_return"); \
482 __this_cpu_preempt_check("xchg"); \
488 __this_cpu_preempt_check("cmpxchg"); \
493 ({ __this_cpu_preempt_check("cmpxchg_double"); \