Function report |
Source Code:include\linux\mm.h |
Create Date:2022-07-28 05:43:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_num_physpages
Proto:static inline unsigned long get_num_physpages(void)
Type:unsigned long
Parameter:Nothing
2119 | phys_pages = 0 |
2121 | for_each_online_node(nid) |
2122 | phys_pages += node_present_pages(nid) |
2124 | Return phys_pages |
Name | Describe |
---|---|
init_amd_k6 | |
init_header | |
check_header | |
mem_init_print_info |
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 |