Searched refs:TAINT_CRAP (Results 1 – 5 of 5) sorted by relevance
27 { (1UL << TAINT_CRAP), "C" }, \
237 { TAINT_CRAP, 'C', ' ' },
328 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
1167 if (mod->taints & (1 << TAINT_CRAP)) in module_flags_taint()2883 add_taint_module(mod, TAINT_CRAP, LOCKDEP_STILL_OK); in check_modinfo()
488 #define TAINT_CRAP 10 macro