函数逻辑报告 |
Source Code:mm\hugetlb.c |
Create Date:2022-07-27 17:00:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:is_hugetlb_entry_hwpoisoned
函数原型:static int is_hugetlb_entry_hwpoisoned(pte_t pte)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
pte_t | pte |
3291 | 如果huge_pte_none(pte)或pte_present(pte)则返回:0 |
3293 | swp等于Convert the arch-dependent pte representation of a swp_entry_t into an* arch-independent swp_entry_t. |
3294 | 如果non_swap_entry(swp)且is_hwpoison_entry(swp)则返回:1 |
3296 | 否则返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |