Searched refs:taint (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | panic.c | 653 void __warn(const char *file, int line, void *caller, unsigned taint, in __warn() argument 684 add_taint(taint, LOCKDEP_STILL_OK); in __warn() 688 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() 703 __warn(file, line, __builtin_return_address(0), taint, NULL, &args); in warn_slowpath_fmt()
|
D | module.c | 1273 __ATTR(taint, 0444, show_taint, NULL);
|