Function report |
Source Code:mm\percpu.c |
Create Date:2022-07-28 14:27:22 |
Last Modify:2022-05-23 13:52:24 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__alloc_reserved_percpu - allocate reserved percpu area*@size: size of area to allocate in bytes*@align: alignment of area (max PAGE_SIZE)* Allocate zero-filled percpu area of @size bytes aligned at @align* from reserved percpu area if arch has set it up;
Proto:void __percpu *__alloc_reserved_percpu(size_t size, size_t align)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
size_t | size | |
size_t | align |
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 |