函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\page_ext.c Create Date:2022-07-27 18:07:59
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:设置虚拟内存

函数原型:void __init page_ext_init_flatmem(void)

返回类型:void

参数:

171  如果非invoke_need_callbacks()则返回
174  for_each_online_node(nid)
175  fail等于alloc_node_page_ext(nid)
176  如果fail则转到:fail
179  打印信息("allocated %ld bytes of page_ext\n", total_usage)
180  invoke_init_callbacks()
181  返回
183  fail :
184  打印错误信息("allocation of page_ext failed.\n")
185  panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns.
调用者
名称描述
mm_init设置内核内存分配器