函数逻辑报告 |
Source Code:kernel\resource.c |
Create Date:2022-07-27 10:04:49 |
Last Modify:2022-05-22 11:14:39 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__walk_iomem_res_desc
函数原型:static int __walk_iomem_res_desc(resource_size_t start, resource_size_t end, unsigned long flags, unsigned long desc, bool first_lvl, void *arg, int (*func)(struct resource *, void *))
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
resource_size_t | start | |
resource_size_t | end | |
unsigned long | flags | |
unsigned long | desc | |
bool | first_lvl | |
void * | arg | |
int (* | func |
412 | 返回:ret |
名称 | 描述 |
---|---|
walk_iomem_res_desc | Walks through iomem resources and calls func() with matching resource* ranges. This walks through whole tree and not just first level children.* All the memory ranges which overlap start,end and also match flags and* desc are valid candidates. |
walk_system_ram_res | This function calls the @func callback against all memory ranges of type* System RAM which are marked as IORESOURCE_SYSTEM_RAM and IORESOUCE_BUSY.* Now, this function is only for System RAM, it deals with full ranges and* not PFNs |
walk_mem_res | This function calls the @func callback against all memory ranges, which* are ranges marked as IORESOURCE_MEM and IORESOUCE_BUSY. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |