Searched refs:__WARN (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/objtool/include/objtool/ |
| H A D | warn.h | 53 #define __WARN(severity, format, ...) \ macro 68 __WARN(severity, "%s: " format, _str, ##__VA_ARGS__); \ 74 #define WARN(format, ...) __WARN(WARN_STR, format, ##__VA_ARGS__) 106 #define ERROR(format, ...) __WARN(ERROR_STR, format, ##__VA_ARGS__)
|
| /linux/arch/parisc/include/asm/ |
| H A D | bug.h | 87 __WARN(); \ 90 __WARN(); \
|