Function report |
Source Code:arch\x86\kernel\cpu\mce\amd.c |
Create Date:2022-07-28 08:03:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:threshold_remove_bank
Proto:static void threshold_remove_bank(unsigned int cpu, int bank)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cpu | |
int | bank |
1409 | b = per_cpu(threshold_banks, cpu)[bank] |
1410 | If Not b Then Return |
1416 | If is_shared_bank(bank) Then |
1421 | Else |
1426 | nb = node_to_amd_nb(amd_get_nb_id(cpu)) |
1427 | bank4 = NULL |
1431 | deallocate_threshold_block(cpu, bank) |
1433 | free_out : |
1437 | per_cpu(threshold_banks, cpu)[bank] = NULL |
Name | Describe |
---|---|
mce_threshold_remove_device |
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 |