Searched refs:taint (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | panic.c | 558 void __warn(const char *file, int line, void *caller, unsigned taint, in __warn() argument 597 add_taint(taint, LOCKDEP_STILL_OK); in __warn() 601 void warn_slowpath_fmt(const char *file, int line, unsigned taint, in warn_slowpath_fmt() argument 609 __warn(file, line, __builtin_return_address(0), taint, in warn_slowpath_fmt() 616 __warn(file, line, __builtin_return_address(0), taint, NULL, &args); in warn_slowpath_fmt()
|
D | module.c | 1257 __ATTR(taint, 0444, show_taint, NULL);
|