Searched defs:WARN_ON (Results 1 – 8 of 8) sorted by relevance
12 #define WARN_ON(x) (BUG_ON(x), false) macro
54 #define WARN_ON(x) ({ \ macro
16 #define WARN_ON(condition) ({ \ macro
79 #define WARN_ON(x) ({ \ macro
68 #define WARN_ON(x) ({ \ macro
121 #define WARN_ON(condition) ({ \ macro190 #define WARN_ON(condition) ({ \ macro
37 #define WARN_ON(x) WARN((x), "%s", "WARN_ON(" __stringify(x) ")") macro
17 #define WARN_ON(condition) ({ \ macro