Function report |
Source Code:kernel\kexec_core.c |
Create Date:2022-07-28 11:02:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_kimage_alloc_init
Proto:struct kimage *do_kimage_alloc_init(void)
Type:struct kimage
Parameter:Nothing
259 | image = 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). |
260 | If Not image Then Return NULL |
263 | head = 0 |
265 | last_entry = head |
278 | Return image |
Name | Describe |
---|---|
kimage_alloc_init | |
kimage_file_alloc_init |
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 |