Searched refs:__this_cpu_preempt_check (Results 1 – 2 of 2) sorted by relevance
313 extern void __this_cpu_preempt_check(const char *op);315 static inline void __this_cpu_preempt_check(const char *op) { } in __this_cpu_preempt_check() function447 __this_cpu_preempt_check("read"); \453 __this_cpu_preempt_check("write"); \459 __this_cpu_preempt_check("add"); \465 __this_cpu_preempt_check("and"); \471 __this_cpu_preempt_check("or"); \477 __this_cpu_preempt_check("add_return"); \483 __this_cpu_preempt_check("xchg"); \489 __this_cpu_preempt_check("cmpxchg"); \[all …]
60 notrace void __this_cpu_preempt_check(const char *op) in __this_cpu_preempt_check() function64 EXPORT_SYMBOL(__this_cpu_preempt_check);