Searched defs:WARN_TAINT_ONCE (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/asm-generic/ |
| H A D | bug.h | 166 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ macro 204 #define WARN_TAINT_ONCE(condition, taint, format...) WARN(condition, format) macro
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| H A D | bug.h | 154 #define WARN_TAINT_ONCE(condition, taint, format...) \ macro 184 #define WARN_TAINT_ONCE(condition, taint, format...) WARN(condition, format) macro
|
Completed in 2 milliseconds