Searched defs:WARN_ON_ONCE (Results 1 – 3 of 3) sorted by relevance
109 #define WARN_ON_ONCE(condition) ({ \ macro163 #define WARN_ON_ONCE(condition) WARN_ON(condition) macro
24 #define WARN_ON_ONCE(x) (x) macro
74 #define WARN_ON_ONCE(x) WARN_ONCE((x), "WARN_ON_ONCE(" #x ")") macro