Function report |
Source Code:include\linux\crypto.h |
Create Date:2022-07-28 05:46:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:crypto_comp_decompress
Proto:static inline int crypto_comp_decompress(struct crypto_comp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct crypto_comp * | tfm | |
const u8 * | src | |
unsigned int | slen | |
u8 * | dst | |
unsigned int * | dlen |
989 | Return cot_decompress(crypto_comp_tfm(tfm), src, slen, dst, dlen) |
Name | Describe |
---|---|
zswap_writeback_entry | |
zswap_frontswap_load | rns 0 if the page was successfully decompressed* return -1 on entry not found or error |
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 |