函数逻辑报告 |
Source Code:mm\hugetlb.c |
Create Date:2022-07-27 16:57:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:prep_compound_gigantic_page
函数原型:static void prep_compound_gigantic_page(struct page *page, unsigned int order)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | page | |
unsigned int | order |
1269 | set_compound_order(page, order) |
1270 | __ClearPageReserved(page) |
1271 | __SetPageHead(page) |
1289 | atomic_set(compound_mapcount_ptr(page), - 1) |
名称 | 描述 |
---|---|
alloc_fresh_huge_page | Common helper to allocate a fresh hugetlb page. All specific allocators* should use this function to get new hugetlb pages |
prep_compound_huge_page |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |