Home
last modified time | relevance | path

Searched defs:WARN_ON_ONCE (Results 1 – 1 of 1) sorted by relevance

/include/asm-generic/
Dbug.h95 #define WARN_ON_ONCE(condition) ({ \ macro
137 #define WARN_ON_ONCE(condition) ({ \ macro
195 #define WARN_ON_ONCE(condition) WARN_ON(condition) macro