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