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
17 #define WARN_ON(condition) ({ \ macro
112 #define WARN_ON(condition) ({ \ macro181 #define WARN_ON(condition) ({ \ macro
79 #define WARN_ON(x) ({ \ macro
68 #define WARN_ON(x) ({ \ macro
45 #define WARN_ON(x) WARN((x), "%s", "WARN_ON(" __stringify(x) ")") macro