Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dpanic.c183 if (!test_taint(TAINT_DIE) && oops_in_progress <= 1) in panic()
363 int test_taint(unsigned flag) in test_taint() function
367 EXPORT_SYMBOL(test_taint);
Dhung_task.c182 if (test_taint(TAINT_DIE) || did_panic) in check_hung_uninterruptible_tasks()
Dmodule.c1267 if (!test_taint(TAINT_FORCED_MODULE)) in try_to_force_load()
2453 if (!test_taint(TAINT_PROPRIETARY_MODULE)) in set_license()
3023 if (!test_taint(TAINT_OOT_MODULE)) in check_modinfo()
3202 int prev_taint = test_taint(TAINT_PROPRIETARY_MODULE); in check_module_license_and_versions()
3222 if (!prev_taint && test_taint(TAINT_PROPRIETARY_MODULE)) in check_module_license_and_versions()
/Linux-v4.19/include/linux/
Dkernel.h562 extern int test_taint(unsigned flag);
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_drv.c121 if (!test_taint(TAINT_USER)) in __i915_printk()