Home
last modified time | relevance | path

Searched refs:taint (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/include/asm-generic/
Dbug.h8 #define BUGFLAG_TAINT(taint) (BUGFLAG_WARNING | ((taint) << 8)) argument
69 void warn_slowpath_fmt_taint(const char *file, const int line, unsigned taint,
75 #define __WARN_printf_taint(taint, arg...) \ argument
76 warn_slowpath_fmt_taint(__FILE__, __LINE__, taint, arg)
80 #define __WARN_printf_taint(taint, arg...) \ argument
81 do { printk(arg); __WARN_TAINT(taint); } while (0)
102 #define WARN_TAINT(condition, taint, format...) ({ \ argument
105 __WARN_printf_taint(taint, format); \
129 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument
134 if (WARN_TAINT(!__warned, taint, format)) \
[all …]
/linux-4.1.27/arch/parisc/include/asm/
Dbug.h49 #define __WARN_TAINT(taint) \ argument
59 "i" (BUGFLAG_TAINT(taint)), \
63 #define __WARN_TAINT(taint) \ argument
72 : : "i" (BUGFLAG_TAINT(taint)), \
/linux-4.1.27/arch/s390/include/asm/
Dbug.h49 #define __WARN_TAINT(taint) do { \ argument
50 __EMIT_BUG(BUGFLAG_TAINT(taint)); \
/linux-4.1.27/arch/sh/include/asm/
Dbug.h53 #define __WARN_TAINT(taint) \ argument
62 "i" (BUGFLAG_TAINT(taint)), \
/linux-4.1.27/kernel/
Dpanic.c435 unsigned taint, struct slowpath_args *args) in warn_slowpath_common() argument
461 add_taint(taint, LOCKDEP_STILL_OK); in warn_slowpath_common()
477 unsigned taint, const char *fmt, ...) in warn_slowpath_fmt_taint() argument
484 taint, &args); in warn_slowpath_fmt_taint()
Dmodule.c1089 __ATTR(taint, 0444, show_taint, NULL);
/linux-4.1.27/arch/powerpc/include/asm/
Dbug.h88 #define __WARN_TAINT(taint) do { \
93 "i" (BUGFLAG_TAINT(taint)), \
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-module43 What: /sys/module/*/taint
47 Description: Module taint flags:
/linux-4.1.27/drivers/block/aoe/
Daoecmd.c268 if (!t->taint) { in newframe()
273 && (use_tainted || !t->taint) in newframe()
673 if (t->taint) { in rexmit_deferred()
691 } else if (tsince_hr(f) < t->taint * rto(d)) { in rexmit_deferred()
724 n = t->taint++; in scorn()
725 t->taint += t->taint * 2; in scorn()
726 if (n > t->taint) in scorn()
727 t->taint = n; in scorn()
728 if (t->taint > MAX_TAINT) in scorn()
729 t->taint = MAX_TAINT; in scorn()
[all …]
Daoe.h145 int taint; /* how much we want to avoid this aoetgt */ member
Daoeblk.c141 seq_printf(s, "\ttaint:%d\n", (*t)->taint); in aoedisk_debugfs_show()
/linux-4.1.27/drivers/staging/
DKconfig13 Using any of these drivers will taint your kernel which might
/linux-4.1.27/Documentation/
Dkasan.txt56 Disabling lock debugging due to kernel taint
Doops-tracing.txt259 (Though some warnings may set more specific taint flags.)
Dkernel-parameters.txt1144 Warning: use of this parameter will taint the kernel
/linux-4.1.27/init/
DKconfig1824 --force). Forced module loading sets the 'F' (forced) taint flag and
1893 key. Without this, such modules will simply taint the kernel.