Function report |
Source Code:block\blk-iocost.c |
Create Date:2022-07-28 17:49:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ioc_cpd_alloc
Proto:static struct blkcg_policy_data *ioc_cpd_alloc(gfp_t gfp)
Type:struct blkcg_policy_data
Parameter:
Type | Parameter | Name |
---|---|---|
gfp_t | gfp |
1963 | iocc = 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). |
1964 | If Not iocc Then Return NULL |
1967 | dfl_weight = CGROUP_WEIGHT_DFL |
1968 | Return cpd |
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 |