Home
last modified time | relevance | path

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

/linux-4.1.27/include/trace/events/
Dmodule.h27 { (1UL << TAINT_CRAP), "C" }, \
/linux-4.1.27/kernel/
Dpanic.c236 { TAINT_CRAP, 'C', ' ' },
Dtracepoint.c289 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
Dmodule.c1010 if (mod->taints & (1 << TAINT_CRAP)) in module_flags_taint()
2728 add_taint_module(mod, TAINT_CRAP, LOCKDEP_STILL_OK); in check_modinfo()
/linux-4.1.27/include/linux/
Dkernel.h481 #define TAINT_CRAP 10 macro