Function report |
Source Code:mm\mempool.c |
Create Date:2022-07-28 14:04:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mempool_exit - exit a mempool initialized with mempool_init()*@pool: pointer to the memory pool which was initialized with* mempool_init().* Free all reserved elements in @pool and @pool itself. This function* only sleeps if the free_fn() function sleeps.
Proto:void mempool_exit(mempool_t *pool)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
mempool_t * | pool |
153 | When Current nr of elements at *elements cycle |
158 | elements = NULL |
Name | Describe |
---|---|
mempool_destroy | mempool_destroy - deallocate a memory pool*@pool: pointer to the memory pool which was allocated via* mempool_create().* Free all reserved elements in @pool and @pool itself. This function* only sleeps if the free_fn() function sleeps. |
mempool_init_node | |
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()). |
bioset_integrity_create | |
bioset_integrity_free |
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 |