Searched defs:WARN_ON (Results 1 – 10 of 10) sorted by relevance
8 #define WARN_ON(cond) \ macro
12 #define WARN_ON(x) (BUG_ON(x), false) macro
52 #define WARN_ON(x) ({ \ macro
17 #define WARN_ON(condition) ({ \ macro
79 #define WARN_ON(x) ({ \ macro
68 #define WARN_ON(x) ({ \ macro
83 #define WARN_ON(x) ({ \ macro
118 #define WARN_ON(condition) ({ \ macro187 #define WARN_ON(condition) ({ \ macro
48 #define WARN_ON(x) WARN((x), "%s", "WARN_ON(" __stringify(x) ")") macro