函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:init\main.c Create Date:2022-07-27 15:15:58
Last Modify:2022-05-23 13:07:03 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:do_initcalls

函数原型:static void __init do_initcalls(void)

返回类型:void

参数:

1014 level小于ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(initcall_levels)减1循环do_initcall_level(level)
调用者
名称描述
do_basic_setupOk, the machine is now initialized. None of the devices* have been touched yet, but the CPU subsystem is up and* running, and memory and process management works.* Now we can finally start doing some real work..