函数逻辑报告 |
Source Code:mm\pagewalk.c |
Create Date:2022-07-27 16:24:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:walk_page_vma
函数原型:int walk_page_vma(struct vm_area_struct *vma, const struct mm_walk_ops *ops, void *private)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct vm_area_struct * | vma | |
const struct mm_walk_ops * | ops | |
void * | private |
375 | struct mm_walk walk = {ops = ops, mm = The address space we belong to. , vma = vma, private = private, } |
386 | lockdep_assert_held( & mmap_sem) |
389 | 如果err大于0则返回:0 |
393 | 返回:__walk_page_range(Our start address within vm_mm. , The first byte after our end addresswithin vm_mm. , & walk) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |