Function report |
Source Code:kernel\resource.c |
Create Date:2022-07-28 09:05:42 |
Last Modify:2022-05-22 11:14:39 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:resource_list_create_entry
Proto:struct resource_entry *resource_list_create_entry(struct resource *res, size_t extra_size)
Type:struct resource_entry
Parameter:
Type | Parameter | Name |
---|---|---|
struct resource * | res | |
size_t | extra_size |
1627 | entry = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
1628 | If entry Then |
1630 | In master (CPU) address space = If res Then res Else Default storage for res |
1633 | Return entry |
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 |