Function report |
Source Code:kernel\resource.c |
Create Date:2022-07-28 09:04:56 |
Last Modify:2022-05-22 11:14:39 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Return the conflict entry if you can't request it
Proto:static struct resource *__request_resource(struct resource *root, struct resource *new)
Type:struct resource
Parameter:
Type | Parameter | Name |
---|---|---|
struct resource * | root | |
struct resource * | new |
198 | cycle |
209 | Return tmp |
Name | Describe |
---|---|
request_resource_conflict | quest_resource_conflict - request and reserve an I/O or memory resource*@root: root resource descriptor*@new: resource descriptor desired by caller* Returns 0 for success, conflict resource on error. |
reallocate_resource | allocate_resource - allocate a slot in the resource tree given range & alignment |
allocate_resource | allocate_resource - allocate empty slot in the resource tree given range & alignment |
__insert_resource | Insert a resource into the resource tree. If successful, return NULL,* otherwise return the conflicting resource (compare to __request_resource()) |
__reserve_region_with_split | |
__request_region | __request_region - create a new busy resource region*@parent: parent resource descriptor*@start: resource start address*@n: resource region size*@name: reserving caller's ID string*@flags: IO resource flags |
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 |