Lines Matching defs:taint
117 * before setting the requested taint flags.
792 #define TAINT_FLAG(taint, _c_true, _c_false) \
793 [ TAINT_##taint ] = { \
795 .desc = #taint, \
873 * print_tainted - return a string to represent the kernel taint state.
875 * For individual taint flag meanings, see Documentation/admin-guide/sysctl/kernel.rst
905 * add_taint: add a taint flag if not already set.
915 pr_warn("Disabling lock debugging due to kernel taint\n");
1032 void __warn(const char *file, int line, void *caller, unsigned taint,
1073 add_taint(taint, LOCKDEP_STILL_OK);
1080 void warn_slowpath_fmt(const char *file, int line, unsigned taint,
1089 __warn(file, line, __builtin_return_address(0), taint,
1097 __warn(file, line, __builtin_return_address(0), taint, NULL, &args);