Searched full:decompressing (Results 1 – 25 of 90) sorted by relevance
1234
| /kernel/linux/linux-5.10/fs/squashfs/ |
| D | page_actor.c | 13 * This file contains implementations of page_actor for decompressing into 14 * an intermediate buffer, and for decompressing directly into the 21 /* Implementation of page_actor for decompressing into intermediate buffer */ 59 /* Implementation of page_actor for decompressing directly into page cache. */
|
| /kernel/linux/linux-6.6/fs/squashfs/ |
| D | page_actor.c | 15 * This file contains implementations of page_actor for decompressing into 16 * an intermediate buffer, and for decompressing directly into the 23 /* Implementation of page_actor for decompressing into intermediate buffer */ 62 /* Implementation of page_actor for decompressing directly into page cache. */
|
| /kernel/linux/linux-5.10/include/linux/decompress/ |
| D | unxz.h | 2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
|
| /kernel/linux/linux-6.6/include/linux/decompress/ |
| D | unxz.h | 2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
|
| /kernel/linux/linux-6.6/Documentation/staging/ |
| D | xz.rst | 39 For decompressing the kernel image, initramfs, and initrd, there 84 is used in single-call mode. Decompressing the kernel itself is an
|
| /kernel/linux/linux-5.10/Documentation/staging/ |
| D | xz.rst | 39 For decompressing the kernel image, initramfs, and initrd, there 84 is used in single-call mode. Decompressing the kernel itself is an
|
| /kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
| D | pwc-kiara.h | 26 unsigned short bandlength; /* Bandlength when decompressing */
|
| D | pwc-timon.h | 41 unsigned short bandlength; /* Bandlength when decompressing */
|
| /kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
| D | pwc-kiara.h | 26 unsigned short bandlength; /* Bandlength when decompressing */
|
| D | pwc-timon.h | 41 unsigned short bandlength; /* Bandlength when decompressing */
|
| /kernel/linux/linux-6.6/fs/cramfs/ |
| D | uncompress.c | 54 pr_err("Error %d while decompressing!\n", err); in cramfs_uncompress_block()
|
| /kernel/linux/linux-5.10/fs/cramfs/ |
| D | uncompress.c | 54 pr_err("Error %d while decompressing!\n", err); in cramfs_uncompress_block()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/mediatek/ |
| D | mediatek,dsc.yaml | 15 compressing and decompressing image display streams, including
|
| /kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
| D | decompress.c | 95 /* This area are prepared for mallocing when decompressing */ in decompress_kernel()
|
| D | Makefile | 10 # set the default size of the mallocing area for decompressing
|
| /kernel/linux/linux-6.6/arch/nios2/boot/compressed/ |
| D | head.S | 87 /* flush all data cache after decompressing */
|
| /kernel/linux/linux-5.10/arch/nios2/boot/compressed/ |
| D | head.S | 87 /* flush all data cache after decompressing */
|
| /kernel/linux/linux-5.10/arch/mips/boot/compressed/ |
| D | decompress.c | 103 /* This area are prepared for mallocing when decompressing */ in decompress_kernel()
|
| D | Makefile | 17 # set the default size of the mallocing area for decompressing
|
| /kernel/linux/linux-6.6/arch/mips/boot/compressed/ |
| D | decompress.c | 105 /* This area are prepared for mallocing when decompressing */ in decompress_kernel()
|
| /kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
| D | zboot.c | 90 efi_info("Decompressing Linux Kernel...\n"); in efi_zboot_entry()
|
| /kernel/linux/linux-5.10/lib/ |
| D | decompress_unlz4.c | 3 * Wrapper for decompressing LZ4-compressed kernel, initramfs, and initrd
|
| /kernel/linux/linux-6.6/lib/ |
| D | decompress_unlz4.c | 3 * Wrapper for decompressing LZ4-compressed kernel, initramfs, and initrd
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | cramfs.rst | 58 decompressing.
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | cramfs.rst | 58 decompressing.
|
1234