Home
last modified time | relevance | path

Searched refs:__this_cpu_preempt_check (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dpercpu-defs.h313 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() function
447 __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 …]
/Linux-v4.19/lib/
Dsmp_processor_id.c60 notrace void __this_cpu_preempt_check(const char *op) in __this_cpu_preempt_check() function
64 EXPORT_SYMBOL(__this_cpu_preempt_check);