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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dmodule.c136 static inline void add_taint_module(struct module *mod, unsigned flag) function
948 add_taint_module(mod, TAINT_FORCED_MODULE);
1810 add_taint_module(mod, TAINT_PROPRIETARY_MODULE);
2262 add_taint_module(mod, TAINT_CRAP);
2404 * Don't use add_taint_module(), as it would prevent ndiswrapper from
2412 add_taint_module(mod, TAINT_PROPRIETARY_MODULE);

Completed in 77 milliseconds