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
75 #define WARN_ON_ONCE(x) WARN_ONCE((x), "WARN_ON_ONCE(%s)", #x ) macro