Searched refs:add_taint_module (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/module/
H A Dmain.c163 static inline void add_taint_module(struct module *mod, unsigned flag, function
1005 add_taint_module(mod, TAINT_FORCED_MODULE, LOCKDEP_NOW_UNRELIABLE);
1586 add_taint_module(mod, TAINT_PROPRIETARY_MODULE,
2018 add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK);
2024 add_taint_module(mod, TAINT_CRAP, LOCKDEP_STILL_OK);
2030 add_taint_module(mod, TAINT_LIVEPATCH, LOCKDEP_STILL_OK);
2041 add_taint_module(mod, TAINT_TEST, LOCKDEP_STILL_OK);
2049 add_taint_module(mod, TAINT_UNSIGNED_MODULE, LOCKDEP_STILL_OK);
2055 * Don't use add_taint_module(), as it would prevent ndiswrapper from
2063 add_taint_module(mo
[all...]

Completed in 249 milliseconds