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 __always_inline void __this_cpu_preempt_check(const char *op) { } in __this_cpu_preempt_check() function434 __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"); \[all …]
64 noinstr void __this_cpu_preempt_check(const char *op) in __this_cpu_preempt_check() function68 EXPORT_SYMBOL(__this_cpu_preempt_check);