/linux-4.1.27/include/asm-generic/ |
D | bug.h | 8 #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/ |
D | bug.h | 49 #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/ |
D | bug.h | 49 #define __WARN_TAINT(taint) do { \ argument 50 __EMIT_BUG(BUGFLAG_TAINT(taint)); \
|
/linux-4.1.27/arch/sh/include/asm/ |
D | bug.h | 53 #define __WARN_TAINT(taint) \ argument 62 "i" (BUGFLAG_TAINT(taint)), \
|
/linux-4.1.27/kernel/ |
D | panic.c | 435 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()
|
D | module.c | 1089 __ATTR(taint, 0444, show_taint, NULL);
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | bug.h | 88 #define __WARN_TAINT(taint) do { \ 93 "i" (BUGFLAG_TAINT(taint)), \
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-module | 43 What: /sys/module/*/taint 47 Description: Module taint flags:
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoecmd.c | 268 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 …]
|
D | aoe.h | 145 int taint; /* how much we want to avoid this aoetgt */ member
|
D | aoeblk.c | 141 seq_printf(s, "\ttaint:%d\n", (*t)->taint); in aoedisk_debugfs_show()
|
/linux-4.1.27/drivers/staging/ |
D | Kconfig | 13 Using any of these drivers will taint your kernel which might
|
/linux-4.1.27/Documentation/ |
D | kasan.txt | 56 Disabling lock debugging due to kernel taint
|
D | oops-tracing.txt | 259 (Though some warnings may set more specific taint flags.)
|
D | kernel-parameters.txt | 1144 Warning: use of this parameter will taint the kernel
|
/linux-4.1.27/init/ |
D | Kconfig | 1824 --force). Forced module loading sets the 'F' (forced) taint flag and 1893 key. Without this, such modules will simply taint the kernel.
|