Searched refs:xz_dec_run (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/lib/xz/ |
H A D | xz_dec_syms.c | 15 EXPORT_SYMBOL(xz_dec_run); variable
|
H A D | xz_dec_test.c | 36 * Return value of xz_dec_run(). We need to avoid calling xz_dec_run() after 133 ret = xz_dec_run(state, &buffers); in xz_dec_test_write()
|
H A D | xz_dec_stream.c | 55 * True if the next call to xz_dec_run() is allowed to return 726 * xz_dec_run() is a wrapper for dec_main() to handle some special cases in 735 * after the second consecutive call to xz_dec_run() that makes no progress. 750 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run() function
|
/kernel/linux/linux-6.6/lib/xz/ |
H A D | xz_dec_syms.c | 15 EXPORT_SYMBOL(xz_dec_run); variable
|
H A D | xz_dec_test.c | 36 * Return value of xz_dec_run(). We need to avoid calling xz_dec_run() after 133 ret = xz_dec_run(state, &buffers); in xz_dec_test_write()
|
H A D | xz_dec_stream.c | 55 * True if the next call to xz_dec_run() is allowed to return 726 * xz_dec_run() is a wrapper for dec_main() to handle some special cases in 735 * after the second consecutive call to xz_dec_run() that makes no progress. 750 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run() function
|
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_unxz.c | 300 ret = xz_dec_run(s, &b); in unxz() 323 ret = xz_dec_run(s, &b); in unxz() 329 * returned by xz_dec_run(), but probably in unxz()
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_unxz.c | 302 ret = xz_dec_run(s, &b); in unxz() 325 ret = xz_dec_run(s, &b); in unxz() 331 * returned by xz_dec_run(), but probably in unxz()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | xz.h | 35 * so xz_dec_run() cannot return XZ_MEM_ERROR. 38 * allocated at initialization, so xz_dec_run() 43 * allocation fails, xz_dec_run() will return 67 * calling xz_dec_run() again. 164 * Single-call mode (XZ_SINGLE): xz_dec_run() decodes the whole stream at 177 * risk that xz_dec_run() could run out of memory, since xz_dec_run() will 179 * small for decoding the given input stream, xz_dec_run() will return 184 * dict_max specifies the maximum allowed dictionary size that xz_dec_run() 191 * ready to be used with xz_dec_run() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | xz.h | 35 * so xz_dec_run() cannot return XZ_MEM_ERROR. 38 * allocated at initialization, so xz_dec_run() 43 * allocation fails, xz_dec_run() will return 67 * calling xz_dec_run() again. 164 * Single-call mode (XZ_SINGLE): xz_dec_run() decodes the whole stream at 177 * risk that xz_dec_run() could run out of memory, since xz_dec_run() will 179 * small for decoding the given input stream, xz_dec_run() will return 184 * dict_max specifies the maximum allowed dictionary size that xz_dec_run() 191 * ready to be used with xz_dec_run() [all...] |
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | xz_wrapper.c | 165 xz_err = xz_dec_run(stream->state, &stream->buf); in squashfs_xz_uncompress()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | xz_wrapper.c | 172 xz_err = xz_dec_run(stream->state, &stream->buf); in squashfs_xz_uncompress()
|
/kernel/linux/linux-6.6/kernel/module/ |
H A D | decompress.c | 184 xz_ret = xz_dec_run(xz_dec, &xz_buf); in module_xz_decompress()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_mfa2.c | 395 xz_ret = xz_dec_run(xz_dec, xz_buf); in mlxfw_mfa2_xz_dec_run()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_mfa2.c | 395 xz_ret = xz_dec_run(xz_dec, xz_buf); in mlxfw_mfa2_xz_dec_run()
|
/kernel/linux/linux-5.10/drivers/base/firmware_loader/ |
H A D | main.c | 399 xz_ret = xz_dec_run(xz_dec, &xz_buf); in fw_decompress_xz_single() 437 xz_ret = xz_dec_run(xz_dec, &xz_buf); in fw_decompress_xz_pages()
|
/kernel/linux/linux-6.6/drivers/base/firmware_loader/ |
H A D | main.c | 403 xz_ret = xz_dec_run(xz_dec, &xz_buf); in fw_decompress_xz_single() 441 xz_ret = xz_dec_run(xz_dec, &xz_buf); in fw_decompress_xz_pages()
|
Completed in 11 milliseconds