Home
last modified time | relevance | path

Searched refs:test_taint (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dpanic.c338 if (!test_taint(TAINT_DIE) && oops_in_progress <= 1) in panic()
514 int test_taint(unsigned flag) in test_taint() function
518 EXPORT_SYMBOL(test_taint);
Dhung_task.c191 if (test_taint(TAINT_DIE) || did_panic) in check_hung_uninterruptible_tasks()
/kernel/module/
Dmain.c999 if (!test_taint(TAINT_FORCED_MODULE)) in try_to_force_load()
1561 if (!test_taint(TAINT_PROPRIETARY_MODULE)) in set_license()
2015 if (!test_taint(TAINT_OOT_MODULE)) in check_modinfo()
2037 if (!test_taint(TAINT_TEST)) in check_modinfo()
2246 int prev_taint = test_taint(TAINT_PROPRIETARY_MODULE); in check_module_license_and_versions()
2266 if (!prev_taint && test_taint(TAINT_PROPRIETARY_MODULE)) in check_module_license_and_versions()