Searched refs:test_taint (Results 1 – 5 of 5) sorted by relevance
339 if (!test_taint(TAINT_DIE) && oops_in_progress <= 1) in panic()515 int test_taint(unsigned flag) in test_taint() function519 EXPORT_SYMBOL(test_taint);
190 if (test_taint(TAINT_DIE) || did_panic) in check_hung_uninterruptible_tasks()
91 extern int test_taint(unsigned flag);
48 if (!test_taint(TAINT_USER)) in __i915_printk()
992 if (!test_taint(TAINT_FORCED_MODULE)) in try_to_force_load()1515 if (!test_taint(TAINT_PROPRIETARY_MODULE)) in set_license()1974 if (!test_taint(TAINT_OOT_MODULE)) in check_modinfo()1996 if (!test_taint(TAINT_TEST)) in check_modinfo()2205 int prev_taint = test_taint(TAINT_PROPRIETARY_MODULE); in check_module_license_and_versions()2225 if (!prev_taint && test_taint(TAINT_PROPRIETARY_MODULE)) in check_module_license_and_versions()
Completed in 11 milliseconds