Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\page_ext.c Create Date:2022-07-28 16:32:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:page_ext_init_flatmem

Proto:void __init page_ext_init_flatmem(void)

Type:void

Parameter:Nothing

171  If Not invoke_need_callbacks() Then Return
174  for_each_online_node(nid)
175  fail = alloc_node_page_ext(nid)
176  If fail Then Go to fail
179  pr_info("allocated %ld bytes of page_ext\n", total_usage)
180  invoke_init_callbacks()
181  Return
183  fail :
184  pr_crit("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.