Function report |
Source Code:kernel\resource.c |
Create Date:2022-07-28 09:05:05 |
Last Modify:2022-05-22 11:14:39 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This function calls the @func callback against all memory ranges, which* are ranges marked as IORESOURCE_MEM and IORESOUCE_BUSY.
Proto:int walk_mem_res(u64 start, u64 end, void *arg, int (*func)(struct resource *, void *))
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | start | |
u64 | end | |
void * | arg | |
int (* | func |
463 | Return __walk_iomem_res_desc(start, end, flags, IORES_DESC_NONE, true, arg, func) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |