Searched defs:WARN (Results 1 - 1 of 1) sorted by relevance

/include/asm-generic/
H A Dbug.h59 * WARN(), WARN_ON(), WARN_ON_ONCE, and so on can be used to report
93 #ifndef WARN
94 #define WARN(condition, format...) ({ \ macro
124 if (WARN(!__warned, format)) \
155 #ifndef WARN
156 #define WARN(condition, format...) ({ \ macro
164 #define WARN_ONCE(condition, format...) WARN(condition, format)
165 #define WARN_TAINT(condition, taint, format...) WARN(condition, format)
166 #define WARN_TAINT_ONCE(condition, taint, format...) WARN(condition, format)

Completed in 228 milliseconds