Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:do_initcall_level

Proto:static void __init do_initcall_level(int level)

Type:void

Parameter:

TypeParameterName
intlevel
998  strcpy(Command line for per-initcall parameter parsing , Untouched saved command line (eg. for /proc) )
999  Args looks like "foo=bar,bar2 baz=fuz wiz".
1005  trace_initcall_level(Keep these in sync with initcalls in include/linux/init.h [level])
1006  When fn < initcall_levels[level + 1] cycle do_one_initcall(initcall_from_entry(fn))
Caller
NameDescribe
do_initcalls