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