Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpercpu-defs.h311 extern void __this_cpu_preempt_check(const char *op);
313 static inline void __this_cpu_preempt_check(const char *op) { } in __this_cpu_preempt_check() function
445 __this_cpu_preempt_check("read"); \
451 __this_cpu_preempt_check("write"); \
457 __this_cpu_preempt_check("add"); \
463 __this_cpu_preempt_check("and"); \
469 __this_cpu_preempt_check("or"); \
475 __this_cpu_preempt_check("add_return"); \
481 __this_cpu_preempt_check("xchg"); \
487 __this_cpu_preempt_check("cmpxchg"); \
[all …]
/kernel/linux/linux-5.10/lib/
Dsmp_processor_id.c63 noinstr void __this_cpu_preempt_check(const char *op) in __this_cpu_preempt_check() function
67 EXPORT_SYMBOL(__this_cpu_preempt_check);