Searched defs:WARN_ON_ONCE (Results 1 – 1 of 1) sorted by relevance
115 #define WARN_ON_ONCE(condition) ({ \ macro172 #define WARN_ON_ONCE(condition) WARN_ON(condition) macro