Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mce_intel_cmci_poll

Proto:bool mce_intel_cmci_poll(void)

Type:bool

Parameter:Nothing

131  If Operations for contexts that are safe from preemption/interrupts. These* operations verify that preemption is disabled.(cmci_storm_state) == CMCI_STORM_NONE Then Return false
138  If Poll for corrected events or events that happened before reset.* Those are just logged through /dev/mcelog.* This is executed in standard interrupt context.* Note: spec recommends to panic for fatal unsignalled* errors here Then this_cpu_write(CMCI storm detection backoff counter* During storm, we reset this counter to INITIAL_CHECK_INTERVAL in case we've* encountered an error. If not, we decrement it by one. We signal the end of* the CMCI storm when it reaches 0., 5 minutes )
140  Else this_cpu_dec(CMCI storm detection backoff counter* During storm, we reset this counter to INITIAL_CHECK_INTERVAL in case we've* encountered an error. If not, we decrement it by one. We signal the end of* the CMCI storm when it reaches 0.)
143  Return true
Caller
NameDescribe
mce_timer_fn