Searched defs:WARN_ON (Results 1 – 8 of 8) sorted by relevance
58 #define WARN_ON(condition) \ macro
53 #define WARN_ON(x) ({ \ macro
78 #define WARN_ON(x) ({ \ macro
66 #define WARN_ON(x) ({ \ macro
85 #define WARN_ON(condition) ({ \ macro149 #define WARN_ON(condition) ({ \ macro
23 #define WARN_ON(x) (x) macro
70 #define WARN_ON(x) WARN((x), "WARN_ON(" #x ")") macro