Searched defs:WARN_ON (Results 1 – 9 of 9) sorted by relevance
12 #define WARN_ON(x) (BUG_ON(x), false) macro
52 #define WARN_ON(x) ({ \ macro
17 #define WARN_ON(condition) ({ \ macro
18 #define WARN_ON(cond) \ macro
79 #define WARN_ON(x) ({ \ macro
120 #define WARN_ON(condition) ({ \ macro165 #define WARN_ON(condition) ({ \ macro
68 #define WARN_ON(x) ({ \ macro
49 #define WARN_ON(x) WARN((x), "%s", "WARN_ON(" __stringify(x) ")") macro
Completed in 21 milliseconds