Searched refs:add_taint (Results 1 – 6 of 6) sorted by relevance
/kernel/ |
D | panic.c | 533 void add_taint(unsigned flag, enum lockdep_ok lockdep_ok) in add_taint() function 545 EXPORT_SYMBOL(add_taint); 683 add_taint(taint, LOCKDEP_STILL_OK); in __warn()
|
D | watchdog.c | 452 add_taint(TAINT_SOFTLOCKUP, LOCKDEP_STILL_OK); in watchdog_timer_fn()
|
D | params.c | 109 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in param_check_unsafe()
|
D | sysctl.c | 822 add_taint(i, LOCKDEP_STILL_OK); in proc_taint()
|
/kernel/module/ |
D | main.c | 165 add_taint(flag, lockdep_ok); in add_taint_module() 643 add_taint(TAINT_FORCED_RMMOD, LOCKDEP_NOW_UNRELIABLE); in try_force_unload() 2254 add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_NOW_UNRELIABLE); in check_module_license_and_versions()
|
/kernel/sched/ |
D | core.c | 5961 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in __schedule_bug() 5982 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in schedule_debug() 10167 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in __might_resched() 10195 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in __cant_sleep() 10227 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in __cant_migrate()
|