函数逻辑报告 |
Source Code:mm\hugetlb.c |
Create Date:2022-07-27 17:00:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Return whether there is a pagecache page to back given address within VMA.* Caller follow_hugetlb_page() holds page_table_lock so we cannot lock_page.
函数原型:static bool hugetlbfs_pagecache_present(struct hstate *h, struct vm_area_struct *vma, unsigned long address)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct hstate * | h | |
struct vm_area_struct * | vma | |
unsigned long | address |
3757 | idx等于Convert the address within this vma to the page offset within* the mapping, in pagecache page units; huge pages here. |
3760 | 如果page则Perform a free_page(), also freeing any swap cache associated with* this page if it is the last user of the page. |
3762 | 返回:page != NULL |
名称 | 描述 |
---|---|
follow_hugetlb_page |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |