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

/linux-4.4.14/lib/
H A Dsmp_processor_id.c60 notrace void __this_cpu_preempt_check(const char *op) __this_cpu_preempt_check() function
64 EXPORT_SYMBOL(__this_cpu_preempt_check); variable
/linux-4.4.14/include/linux/
H A Dpercpu-defs.h298 extern void __this_cpu_preempt_check(const char *op);
300 static inline void __this_cpu_preempt_check(const char *op) { } __this_cpu_preempt_check() function
432 __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"); \
479 ({ __this_cpu_preempt_check("cmpxchg_double"); \

Completed in 120 milliseconds