Lines Matching refs:__this_cpu_preempt_check
313 extern void __this_cpu_preempt_check(const char *op);
315 static __always_inline void __this_cpu_preempt_check(const char *op) { } in __this_cpu_preempt_check() function
434 __this_cpu_preempt_check("read"); \
440 __this_cpu_preempt_check("write"); \
446 __this_cpu_preempt_check("add"); \
452 __this_cpu_preempt_check("and"); \
458 __this_cpu_preempt_check("or"); \
464 __this_cpu_preempt_check("add_return"); \
470 __this_cpu_preempt_check("xchg"); \
476 __this_cpu_preempt_check("cmpxchg"); \
482 __this_cpu_preempt_check("try_cmpxchg"); \