Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dpanic.c230 if (!test_taint(TAINT_DIE) && oops_in_progress <= 1) in panic()
422 int test_taint(unsigned flag) in test_taint() function
426 EXPORT_SYMBOL(test_taint);
Dhung_task.c194 if (test_taint(TAINT_DIE) || did_panic) in check_hung_uninterruptible_tasks()
Dmodule.c1291 if (!test_taint(TAINT_FORCED_MODULE)) in try_to_force_load()
2574 if (!test_taint(TAINT_PROPRIETARY_MODULE)) in set_license()
3277 if (!test_taint(TAINT_OOT_MODULE)) in check_modinfo()
3481 int prev_taint = test_taint(TAINT_PROPRIETARY_MODULE); in check_module_license_and_versions()
3501 if (!prev_taint && test_taint(TAINT_PROPRIETARY_MODULE)) in check_module_license_and_versions()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_utils.c46 if (!test_taint(TAINT_USER)) in __i915_printk()
/kernel/linux/linux-5.10/include/linux/
Dkernel.h566 extern int test_taint(unsigned flag);
/kernel/linux/linux-5.10/drivers/staging/hungtask/
Dhungtask_base.c762 if (test_taint(TAINT_DIE) || did_panic) { in htbase_check_tasks()