Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Compare the record "t" with each of the records on list "l" to see if* an equivalent one is present in the list.

Proto:static bool is_duplicate_mce_record(struct mce_evt_llist *t, struct mce_evt_llist *l)

Type:bool

Parameter:

TypeParameterName
struct mce_evt_llist *t
struct mce_evt_llist *l
37  m1 = mce
40  m2 = mce
42  If Not We consider records to be equivalent if bank+status+addr+misc all match.* This is only used when the system is going down because of a fatal error* to avoid cluttering the console log with essentially repeated information. Then Return true
45  Return false
Caller
NameDescribe
mce_gen_pool_prepare_recordsThe system has panicked - we'd like to peruse the list of MCE records* that have been queued, but not seen by anyone yet