Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
A Di915_utils.c14 void add_taint_for_CI(struct drm_i915_private *i915, unsigned int taint) in add_taint_for_CI() argument
17 taint, __builtin_return_address(0)); in add_taint_for_CI()
21 __add_taint_for_CI(taint); in add_taint_for_CI()
A Di915_utils.h337 void add_taint_for_CI(struct drm_i915_private *i915, unsigned int taint);
338 static inline void __add_taint_for_CI(unsigned int taint) in __add_taint_for_CI() argument
346 add_taint(taint, LOCKDEP_STILL_OK); in __add_taint_for_CI()
/drivers/block/aoe/
A Daoecmd.c267 if (!t->taint) { in newframe()
272 && (use_tainted || !t->taint) in newframe()
660 if (t->taint) { in rexmit_deferred()
711 n = t->taint++; in scorn()
712 t->taint += t->taint * 2; in scorn()
713 if (n > t->taint) in scorn()
714 t->taint = n; in scorn()
715 if (t->taint > MAX_TAINT) in scorn()
716 t->taint = MAX_TAINT; in scorn()
1171 if (t->taint > 0 in ktiocomplete()
[all …]
A Daoe.h151 int taint; /* how much we want to avoid this aoetgt */ member
A Daoeblk.c139 seq_printf(s, "\ttaint:%d\n", (*t)->taint); in aoe_debugfs_show()
/drivers/staging/
A DKconfig13 Using any of these drivers will taint your kernel which might
/drivers/gpu/drm/i915/gt/
A Dintel_reset.c1248 goto taint; in intel_gt_reset()
1270 goto taint; in intel_gt_reset()
1275 goto taint; in intel_gt_reset()
1283 taint: in intel_gt_reset()
/drivers/vfio/
A DKconfig72 in an unsupportable kernel and will therefore taint the kernel.
/drivers/of/
A DKconfig32 will taint the kernel with TAINT_TEST. The tests will cause ERROR and

Completed in 20 milliseconds