函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mce\genpool.c Create Date:2022-07-27 09:02:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

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

函数原型:struct llist_node *mce_gen_pool_prepare_records(void)

返回类型:struct llist_node

参数:

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  如果非head则返回:NULL
67  如果非Compare the record "t" with each of the records on list "l" to see if* an equivalent one is present in the list.添加列表项
71  返回:first
调用者
名称描述
mce_panic