Function report |
Source Code:kernel\resource.c |
Create Date:2022-07-28 09:05:03 |
Last Modify:2022-05-22 11:14:39 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:int walk_iomem_res_desc(unsigned long desc, unsigned long flags, u64 start, u64 end, void *arg, int (*func)(struct resource *, void *))
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | desc | |
unsigned long | flags | |
u64 | start | |
u64 | end | |
void * | arg | |
int (* | func |
434 | Return __walk_iomem_res_desc(start, end, flags, desc, TSC's on different sockets may be reset asynchronously.* This may cause the TSC ADJUST value on socket 0 to be NOT 0., arg, func) |
Name | Describe |
---|---|
crash_setup_memmap_entries | Prepare memory map for crash dump kernel |
register_e820_pmem | |
kexec_walk_resources | kexec_walk_resources - call func(data) on free memory regions*@kbuf: Context info for the search. Also passed to @func.*@func: Function to call for each memory region.* Return: The memory walk will stop when func returns a non-zero value |
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 |