Searched refs:__this_cpu_preempt_check (Results 1 – 2 of 2) sorted by relevance
310 extern void __this_cpu_preempt_check(const char *op);312 static __always_inline void __this_cpu_preempt_check(const char *op) { } in __this_cpu_preempt_check() function431 __this_cpu_preempt_check("read"); \437 __this_cpu_preempt_check("write"); \443 __this_cpu_preempt_check("add"); \449 __this_cpu_preempt_check("and"); \455 __this_cpu_preempt_check("or"); \461 __this_cpu_preempt_check("add_return"); \467 __this_cpu_preempt_check("xchg"); \473 __this_cpu_preempt_check("cmpxchg"); \[all …]
62 noinstr void __this_cpu_preempt_check(const char *op) in __this_cpu_preempt_check() function66 EXPORT_SYMBOL(__this_cpu_preempt_check);