Function report |
Source Code:lib\sg_pool.c |
Create Date:2022-07-28 07:20:33 |
Last Modify:2022-05-21 18:25:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sg_free_table_chained - Free a previously mapped sg table*@table: The sg table header to use*@nents_first_chunk: size of the first_chunk SGL passed to* sg_alloc_table_chained* Description:* Free an sg table previously allocated and setup with
Proto:void sg_free_table_chained(struct sg_table *table, unsigned nents_first_chunk)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sg_table * | table | |
unsigned | nents_first_chunk |
87 | If original size of list <= nents_first_chunk Then Return |
90 | If nents_first_chunk == 1 Then nents_first_chunk = 0 |
Name | Describe |
---|---|
sg_alloc_table_chained | sg_alloc_table_chained - Allocate and chain SGLs in an sg table*@table: The sg table header to use*@nents: Number of entries in sg list*@first_chunk: first SGL*@nents_first_chunk: number of the SGL of @first_chunk* Description: |
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 |