Lines Matching refs:__this_cpu_preempt_check
314 extern void __this_cpu_preempt_check(const char *op);
316 static __always_inline void __this_cpu_preempt_check(const char *op) { } in __this_cpu_preempt_check() function
435 __this_cpu_preempt_check("read"); \
441 __this_cpu_preempt_check("write"); \
447 __this_cpu_preempt_check("add"); \
453 __this_cpu_preempt_check("and"); \
459 __this_cpu_preempt_check("or"); \
465 __this_cpu_preempt_check("add_return"); \
471 __this_cpu_preempt_check("xchg"); \
477 __this_cpu_preempt_check("cmpxchg"); \
483 __this_cpu_preempt_check("try_cmpxchg"); \