Function report |
Source Code:block\bio.c |
Create Date:2022-07-28 16:54:34 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bio_put_slab
Proto:static void bio_put_slab(struct bio_set *bs)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bio_set * | bs |
123 | mutex_lock( & bio_slab_lock) |
125 | When i < bio_slab_nr cycle |
132 | If WARN(!bslab, r conditions "bio: unable to find slab!\n") Then Go to out |
140 | kmem_cache_destroy(slab) |
141 | slab = NULL |
143 | out : |
Name | Describe |
---|---|
bioset_exit | set_exit - exit a bioset initialized with bioset_init()* May be called on a zeroed but uninitialized bioset (i.e. allocated with* kzalloc()). |
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 |