Function report |
Source Code:kernel\panic.c |
Create Date:2022-07-28 08:59:44 |
Last Modify:2022-05-22 10:57:01 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:add_taint: add a taint flag if not already set.*@flag: one of the TAINT_* constants.*@lockdep_ok: whether lock debugging is still OK.* If something bad has gone wrong, you'll want @lockdebug_ok = false, but for
Proto:void add_taint(unsigned flag, enum lockdep_ok lockdep_ok)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned | flag | |
enum lockdep_ok | lockdep_ok |
433 | If lockdep_ok == LOCKDEP_NOW_UNRELIABLE && __debug_locks_off() Then pr_warn("Disabling lock debugging due to kernel taint\n") |
Name | Describe |
---|---|
intel_workarounds | |
init_amd_k7 | |
__mc_scan_banks | |
winchip_machine_check | Machine check handler for WinChip C6: |
pentium_machine_check | Machine check handler for Pentium class Intel CPUs: |
generic_get_mtrr | |
__warn | |
proc_taint | |
param_check_unsafe | |
__schedule_bug | Print scheduling while atomic bug: |
add_taint_module | |
check_module_license_and_versions | |
print_bad_pte | This function is called to print an error when a bad pte* is found. For example, we might have a PFN-mapped pte in* a region that doesn't allow it.* The calling function must still handle the error. |
bad_page | |
end_report |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |