函数逻辑报告 |
Source Code:mm\hugetlb.c |
Create Date:2022-07-27 16:58:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:This routine has two main purposes:* 1) Decrement the reservation count (resv_huge_pages) by the value passed* in unused_resv_pages
函数原型:static void return_unused_surplus_pages(struct hstate *h, unsigned long unused_resv_pages)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct hstate * | h | |
unsigned long | unused_resv_pages |
1801 | 如果hstate_is_gigantic(h)则转到:out |
1823 | resv_huge_pages自减 |
1824 | unused_resv_pages自减 |
1830 | out : |
1832 | resv_huge_pages减等于unused_resv_pages |
名称 | 描述 |
---|---|
hugetlb_acct_memory | Forward declaration |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |