Searched refs:test_taint (Results 1 – 4 of 4) sorted by relevance
97 extern int test_taint(unsigned flag);
429 if (!test_taint(TAINT_DIE) && oops_in_progress <= 1) in vpanic()670 int test_taint(unsigned flag) in test_taint() function674 EXPORT_SYMBOL(test_taint);
296 if (test_taint(TAINT_DIE) || did_panic) in check_hung_uninterruptible_tasks()
1081 if (!test_taint(TAINT_FORCED_MODULE)) in try_to_force_load()1748 if (!test_taint(TAINT_PROPRIETARY_MODULE)) in module_license_taint_check()2512 int prev_taint = test_taint(TAINT_PROPRIETARY_MODULE); in module_augment_kernel_taints()2516 if (!test_taint(TAINT_OOT_MODULE)) in module_augment_kernel_taints()2539 if (!test_taint(TAINT_TEST)) in module_augment_kernel_taints()2568 if (!prev_taint && test_taint(TAINT_PROPRIETARY_MODULE)) in module_augment_kernel_taints()