Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kdump_buf_page_init

Proto:static int __init kdump_buf_page_init(void)

Type:int

Parameter:Nothing

85  ret = 0
87  kdump_buf_page = Allocation memory
88  If Not kdump_buf_page Then
89  printk(warning conditions "Kdump: Failed to allocate kdump buffer page\n")
91  ret = -ENOMEM
94  Return ret