Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\decompress_unxz.c Create Date:2022-07-28 06:17:26
Last Modify:2020-03-15 22:53:09 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:This macro is used by architecture-specific files to decompress* the kernel image.

Proto:STATIC int __attribute__((__section__(".init.text"))) __attribute__((__cold__))__decompress(unsigned char *buf, long len, long (*fill)(void *, unsigned long ), long (*flush)(void *, unsigned long ), unsigned char *out_buf, long olen, long *pos, void (*error)(char *x))

Type:int

Parameter:

TypeParameterName
unsigned char *buf
longlen
long (*fill
long (*flush
unsigned char *out_buf
longolen
long *pos
void (*error
405  Return This function implements the API defined in .* This wrapper will automatically choose single-call or multi-call mode* of the native XZ decoder API. The single-call mode can be used only when