Function report |
Source Code:lib\genalloc.c |
Create Date:2022-07-28 06:56:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:gen_pool_create - create a new special memory pool*@min_alloc_order: log base 2 of number of bytes each bitmap bit represents*@nid: node id of the node the pool structure should be allocated on, or -1* Create a new special memory pool that can be used to
Proto:struct gen_pool *gen_pool_create(int min_alloc_order, int nid)
Type:struct gen_pool
Parameter:
Type | Parameter | Name |
---|---|---|
int | min_alloc_order | |
int | nid |
155 | pool = kmalloc_node(sizeof(structgen_pool), GFP_KERNEL, nid) |
156 | If (pool != NULL) Then |
164 | Return pool |
Name | Describe |
---|---|
devm_gen_pool_create | devm_gen_pool_create - managed gen_pool_create*@dev: device that provides the gen_pool*@min_alloc_order: log base 2 of number of bytes each bitmap bit represents*@nid: node selector for allocated gen_pool, %NUMA_NO_NODE for all nodes*@name: name of a |
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 |