Searched refs:__this_cpu_preempt_check (Results 1 – 2 of 2) sorted by relevance
311 extern void __this_cpu_preempt_check(const char *op);313 static inline void __this_cpu_preempt_check(const char *op) { } in __this_cpu_preempt_check() function445 __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"); \[all …]
63 noinstr void __this_cpu_preempt_check(const char *op) in __this_cpu_preempt_check() function67 EXPORT_SYMBOL(__this_cpu_preempt_check);