函数逻辑报告 |
Source Code:mm\mempolicy.c |
Create Date:2022-07-27 17:04:29 |
Last Modify:2020-03-17 22:28:11 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:page allocation callback for NUMA node migration
函数原型:struct page *alloc_new_node_page(struct page *page, unsigned long node)
返回类型:struct page
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | page | |
unsigned long | node |
1017 | 如果PageHuge() only returns true for hugetlbfs pages, but not for normal or* transparent huge pages. See the PageTransHuge() documentation for more* details.则返回:page migration callback function |
1023 | thp等于Allocate pages, preferring the node given as nid. When nid == NUMA_NO_NODE,* prefer the current CPU's closest node. Otherwise node must be valid and* online. |
1026 | 如果非thp则返回:NULL |
1028 | prep_transhuge_page(thp) |
1029 | 返回:thp |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |