Go to the documentation of this file.
28 (len *
sizeof(
char)), mask);
41 #define printk_in_rcu(fmt, ...) do { \
43 printk(fmt, __VA_ARGS__); \
47 #define printk_ratelimited_in_rcu(fmt, ...) do { \
49 printk_ratelimited(fmt, __VA_ARGS__); \
53 #define rcu_str_deref(rcu_str) ({ \
54 struct rcu_string *__str = rcu_dereference(rcu_str); \