Searched refs:taint (Results 1 – 9 of 9) sorted by relevance
14 void add_taint_for_CI(struct drm_i915_private *i915, unsigned int taint) in add_taint_for_CI() argument17 taint, __builtin_return_address(0)); in add_taint_for_CI()21 __add_taint_for_CI(taint); in add_taint_for_CI()
337 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() argument346 add_taint(taint, LOCKDEP_STILL_OK); in __add_taint_for_CI()
267 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 …]
151 int taint; /* how much we want to avoid this aoetgt */ member
139 seq_printf(s, "\ttaint:%d\n", (*t)->taint); in aoe_debugfs_show()
13 Using any of these drivers will taint your kernel which might
1248 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()
72 in an unsupportable kernel and will therefore taint the kernel.
32 will taint the kernel with TAINT_TEST. The tests will cause ERROR and
Completed in 20 milliseconds