Function report |
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 activity | Download SCCT | Chinese |
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) |
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") |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |