Home
last modified time | relevance | path

Searched refs:TAINT_FORCED_MODULE (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/trace/events/
Dmodule.h27 { (1UL << TAINT_FORCED_MODULE), "F" }, \
/kernel/linux/linux-5.10/kernel/
Dpanic.c372 [ TAINT_FORCED_MODULE ] = { 'F', ' ', true },
Dmodule.c1291 if (!test_taint(TAINT_FORCED_MODULE)) in try_to_force_load()
1293 add_taint_module(mod, TAINT_FORCED_MODULE, LOCKDEP_NOW_UNRELIABLE); in try_to_force_load()
/kernel/linux/linux-5.10/include/linux/
Dkernel.h588 #define TAINT_FORCED_MODULE 1 macro