Searched defs:taint (Results 1 – 1 of 1) sorted by relevance
| /include/asm-generic/ |
| A D | bug.h | 16 #define BUGFLAG_TAINT(taint) ((taint) << 8) argument 97 #define __WARN_printf(taint, arg...) do { \ argument 104 #define __WARN_printf(taint, arg...) do { \ argument 139 #define WARN_TAINT(condition, taint, format...) ({ \ argument 154 #define WARN_TAINT_ONCE(condition, taint, format...) \ argument 186 #define WARN_TAINT(condition, taint, format...) WARN(condition, format) argument 187 #define WARN_TAINT_ONCE(condition, taint, format...) WARN(condition, format) argument
|
Completed in 8 milliseconds