Function report |
Source Code:lib\scatterlist.c |
Create Date:2022-07-28 06:20:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sg_nents_for_len - return total count of entries in scatterlist* needed to satisfy the supplied length*@sg: The scatterlist*@len: The total required length* Description:* Determines the number of entries in sg that are required to meet* the supplied
Proto:int sg_nents_for_len(struct scatterlist *sg, u64 len)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct scatterlist * | sg | |
u64 | len |
73 | If Not len Then Return 0 |
83 | Return -EINVAL |
Name | Describe |
---|---|
mpi_write_to_sgl | mpi_write_to_sgl() - Funnction exports MPI to an sgl (msb first)* This function works in the same way as the mpi_read_buffer, but it* takes an sgl instead of u8 * buf.*@a: a multi precision integer*@sgl: scatterlist to write to. Needs to be at least |
mpi_read_raw_from_sgl | mpi_read_raw_from_sgl() - Function allocates an MPI and populates it with* data from the sgl* This function works in the same way as the mpi_read_raw_data, but it* takes an sgl instead of void * buffer. i.e. it allocates |
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 |