Searched defs:WARN (Results 1 – 6 of 6) sorted by relevance
| /linux/include/asm-generic/ |
| H A D | bug.h | 163 #define WARN(condition, format...) ({ \ macro 211 #define WARN(condition, format...) ({ \ macro
|
| /linux/tools/include/asm/ |
| H A D | bug.h | 10 #define WARN(condition, format...) ({ \ macro
|
| /linux/tools/thermal/lib/ |
| H A D | log.h | 21 #define WARN(fmt, ...) logit(LOG_WARNING, fmt, ##__VA_ARGS__) macro
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 2499 sub WARN { subroutine
|
| /linux/tools/objtool/include/objtool/ |
| H A D | warn.h | 74 #define WARN(format, ...) __WARN(WARN_STR, format, ##__VA_ARGS__) macro
|
| /linux/arch/x86/boot/startup/ |
| H A D | sev-shared.c | 18 #define WARN(condition, format...) (!!(condition)) macro
|