Lines Matching refs:__this_cpu_preempt_check
311 extern void __this_cpu_preempt_check(const char *op);
313 static __always_inline void __this_cpu_preempt_check(const char *op) { } in __this_cpu_preempt_check() function
445 __this_cpu_preempt_check("read"); \
451 __this_cpu_preempt_check("write"); \
457 __this_cpu_preempt_check("add"); \
463 __this_cpu_preempt_check("and"); \
469 __this_cpu_preempt_check("or"); \
475 __this_cpu_preempt_check("add_return"); \
481 __this_cpu_preempt_check("xchg"); \
487 __this_cpu_preempt_check("cmpxchg"); \
492 ({ __this_cpu_preempt_check("cmpxchg_double"); \