Lines Matching refs:__this_cpu_preempt_check
313 extern void __this_cpu_preempt_check(const char *op);
315 static inline void __this_cpu_preempt_check(const char *op) { } in __this_cpu_preempt_check() function
447 __this_cpu_preempt_check("read"); \
453 __this_cpu_preempt_check("write"); \
459 __this_cpu_preempt_check("add"); \
465 __this_cpu_preempt_check("and"); \
471 __this_cpu_preempt_check("or"); \
477 __this_cpu_preempt_check("add_return"); \
483 __this_cpu_preempt_check("xchg"); \
489 __this_cpu_preempt_check("cmpxchg"); \
494 ({ __this_cpu_preempt_check("cmpxchg_double"); \