Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Dmodule.h26 { (1UL << TAINT_FORCED_MODULE), "F" }, \
/linux-4.4.14/kernel/
Dpanic.c228 { TAINT_FORCED_MODULE, 'F', ' ' },
Dmodule.c1165 if (mod->taints & (1 << TAINT_FORCED_MODULE)) in module_flags_taint()
1267 if (!test_taint(TAINT_FORCED_MODULE)) in try_to_force_load()
1269 add_taint_module(mod, TAINT_FORCED_MODULE, LOCKDEP_NOW_UNRELIABLE); in try_to_force_load()
/linux-4.4.14/include/linux/
Dkernel.h479 #define TAINT_FORCED_MODULE 1 macro