Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:init\main.c Create Date:2022-07-28 13:53:23
Last Modify:2022-05-23 13:07:03 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Arch code calls this early on, or if not, just before other parsing.

Proto:void __init parse_early_param(void)

Type:void

Parameter:Nothing

482  done((__section__(".init.data")))
483  static char tmp_cmdline[2048] __initdata
485  If done Then Return
489  Copy a NUL terminated string into a sized buffer
490  parse_early_options(tmp_cmdline)
491  done = 1
Caller
NameDescribe
start_kernel