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 __always_inline void __this_cpu_preempt_check(const char *op) { } in __this_cpu_preempt_check() function432 __this_cpu_preempt_check("read"); \438 __this_cpu_preempt_check("write"); \444 __this_cpu_preempt_check("add"); \450 __this_cpu_preempt_check("and"); \456 __this_cpu_preempt_check("or"); \462 __this_cpu_preempt_check("add_return"); \468 __this_cpu_preempt_check("xchg"); \474 __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);