Function report |
Source Code:block\bio.c |
Create Date:2022-07-28 16:56:46 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:init_bio
Proto:static int __init init_bio(void)
Type:int
Parameter:Nothing
2207 | bio_slab_max = 2 |
2208 | bio_slab_nr = 0 |
2209 | bio_slabs = kcalloc - allocate memory for an array. The memory is set to zero.*@n: number of elements.*@size: element size.*@flags: the type of memory to allocate (see kmalloc). |
2214 | If Not bio_slabs Then panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
2217 | bio_integrity_init() |
2218 | biovec_init_slabs() |
2226 | Return 0 |
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 |