Function report |
Source Code:mm\percpu.c |
Create Date:2022-07-28 14:26:43 |
Last Modify:2022-05-23 13:52:24 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pcpu_alloc_chunk
Proto:static struct pcpu_chunk *pcpu_alloc_chunk(gfp_t gfp)
Type:struct pcpu_chunk
Parameter:
Type | Parameter | Name |
---|---|---|
gfp_t | gfp |
1410 | If Not chunk Then Return NULL |
1419 | If Not allocation map Then Go to alloc_map_fail |
1424 | If Not boundary map Then Go to bound_map_fail |
1429 | If Not metadata blocks Then Go to md_blocks_fail |
1432 | pcpu_init_md_blocks(chunk) |
1437 | Return chunk |
1439 | md_blocks_fail : |
1441 | bound_map_fail : |
1443 | alloc_map_fail : |
1446 | Return NULL |
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 |