Home
last modified time | relevance | path

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

/include/linux/
A Dpercpu-defs.h315 extern void __this_cpu_preempt_check(const char *op);
317 static __always_inline void __this_cpu_preempt_check(const char *op) { } in __this_cpu_preempt_check() function
436 __this_cpu_preempt_check("read"); \
442 __this_cpu_preempt_check("write"); \
448 __this_cpu_preempt_check("add"); \
454 __this_cpu_preempt_check("and"); \
460 __this_cpu_preempt_check("or"); \
466 __this_cpu_preempt_check("add_return"); \
472 __this_cpu_preempt_check("xchg"); \
478 __this_cpu_preempt_check("cmpxchg"); \
[all …]

Completed in 4 milliseconds