Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mce\amd.c Create Date:2022-07-28 08:03:50
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:threshold_init_device

Proto:static __init int threshold_init_device(void)

Type:int

Parameter:Nothing

1487  lcpu = 0
1490  for_each_online_cpu(lcpu)
1491  err = reate dir/files for all valid threshold banks
1493  If err Then Return err
1497  If thresholding_irq_en Then mce_threshold_vector = amd_threshold_interrupt
1500  Return 0