Function report |
Source Code:block\blk-core.c |
Create Date:2022-07-28 17:00:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blk_check_plugged
Proto:struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, int size)
Type:struct blk_plug_cb
Parameter:
Type | Parameter | Name |
---|---|---|
blk_plug_cb_fn | unplug | |
void * | data | |
int | size |
1748 | If Not plug Then Return NULL |
1757 | cb = 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). |
1758 | If cb Then |
1763 | Return cb |
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 |