Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:crypto_comp_compress

Proto:static inline int crypto_comp_compress(struct crypto_comp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen)

Type:int

Parameter:

TypeParameterName
struct crypto_comp *tfm
const u8 *src
unsigned intslen
u8 *dst
unsigned int *dlen
981  Return cot_compress(crypto_comp_tfm(tfm), src, slen, dst, dlen)
Caller
NameDescribe
zswap_frontswap_storeattempts to compress and store an single page