Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\crash_core.c Create Date:2022-07-28 11:01:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:That function is the entry point for command line parsing and should be* called from the arch-specific code.

Proto:int __init parse_crashkernel(char *cmdline, unsigned long long system_ram, unsigned long long *crash_size, unsigned long long *crash_base)

Type:int

Parameter:

TypeParameterName
char *cmdline
unsigned long longsystem_ram
unsigned long long *crash_size
unsigned long long *crash_base
273  Return __parse_crashkernel(cmdline, system_ram, crash_size, crash_base, "crashkernel=", NULL)