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:50
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:The system has panicked - we'd like to peruse the list of MCE records* that have been queued, but not seen by anyone yet

Proto:struct llist_node *mce_gen_pool_prepare_records(void)

Type:struct llist_node

Parameter:Nothing

58  LLIST_HEAD(new_head)
61  head = llist_del_all - delete all entries from lock-less list*@head: the head of lock-less list to delete all entries* If list is empty, return NULL, otherwise, delete all entries and* return the pointer to the first entry. The order of entries
62  If Not head Then Return NULL
67  If Not Compare the record "t" with each of the records on list "l" to see if* an equivalent one is present in the list. Then llist_add - add a new entry*@new: new entry to be added*@head: the head for your lock-less list* Returns true if the list was empty prior to adding this entry.
71  Return first