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
432 __this_cpu_preempt_check("read"); \
438 __this_cpu_preempt_check("write"); \
444 __this_cpu_preempt_check("add"); \
450 __this_cpu_preempt_check("and"); \
456 __this_cpu_preempt_check("or"); \
462 __this_cpu_preempt_check("add_return"); \
468 __this_cpu_preempt_check("xchg"); \
474 __this_cpu_preempt_check("cmpxchg"); \
480 __this_cpu_preempt_check("try_cmpxchg"); \