Home
last modified time | relevance | path

Searched refs:taint (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dpanic.c651 void __warn(const char *file, int line, void *caller, unsigned taint, in __warn() argument
683 add_taint(taint, LOCKDEP_STILL_OK); in __warn()
687 void warn_slowpath_fmt(const char *file, int line, unsigned taint, in warn_slowpath_fmt() argument
696 __warn(file, line, __builtin_return_address(0), taint, in warn_slowpath_fmt()
704 __warn(file, line, __builtin_return_address(0), taint, NULL, &args); in warn_slowpath_fmt()
/kernel/module/
DKconfig30 --force). Forced module loading sets the 'F' (forced) taint flag and
132 key. Without this, such modules will simply taint the kernel.
Dmain.c972 __ATTR(taint, 0444, show_taint, NULL);