/Linux-v5.4/net/6lowpan/ |
D | Kconfig | 22 Support for next header and generic header compression defined in 31 6LoWPAN IPv6 Destination Options Header compression according to 38 6LoWPAN IPv6 Fragment Header compression according to RFC6282. 44 6LoWPAN IPv6 Hop-by-Hop Options Header compression according to 51 6LoWPAN IPv6 Header compression according to RFC6282. 57 6LoWPAN IPv6 Mobility Header compression according to RFC6282. 63 6LoWPAN IPv6 Routing Header compression according to RFC6282. 69 6LoWPAN IPv6 UDP Header compression according to RFC6282. 74 6LoWPAN IPv6 Hop-by-Hop option generic header compression according 80 6LoWPAN IPv6 UDP generic header compression according to RFC7400. [all …]
|
/Linux-v5.4/fs/pstore/ |
D | Kconfig | 18 tristate "DEFLATE (ZLIB) compression" 23 This option enables DEFLATE (also known as ZLIB) compression 27 tristate "LZO compression" 31 This option enables LZO compression algorithm support. 34 tristate "LZ4 compression" 38 This option enables LZ4 compression algorithm support. 41 tristate "LZ4HC compression" 45 This option enables LZ4HC (high compression) mode algorithm. 48 bool "842 compression" 52 This option enables 842 compression algorithm support. [all …]
|
/Linux-v5.4/drivers/media/usb/pwc/ |
D | pwc-ctrl.c | 142 int frames, int *compression, int send_to_cam) in set_video_mode_Nala() argument 210 *compression = 3; in set_video_mode_Nala() 217 int frames, int *compression, int send_to_cam) in set_video_mode_Timon() argument 222 if (size >= PSZ_MAX || *compression < 0 || *compression > 3) in set_video_mode_Timon() 234 pChoose = &Timon_table[size][fps][*compression]; in set_video_mode_Timon() 237 (*compression)++; in set_video_mode_Timon() 238 } while (*compression <= 3); in set_video_mode_Timon() 268 int frames, int *compression, int send_to_cam) in set_video_mode_Kiara() argument 273 if (size >= PSZ_MAX || *compression < 0 || *compression > 3) in set_video_mode_Kiara() 285 pChoose = &Kiara_table[size][fps][*compression]; in set_video_mode_Kiara() [all …]
|
D | pwc-if.c | 395 int compression = 0; /* 0..3 = uncompressed..high */ in pwc_isoc_init() local 408 pdev->vframes, &compression, 1); in pwc_isoc_init() 434 if (ret == -ENOSPC && compression < 3) { in pwc_isoc_init() 435 compression++; in pwc_isoc_init() 477 if (ret == -ENOSPC && compression < 3) { in pwc_isoc_init() 478 compression++; in pwc_isoc_init() 769 int compression = 0; in usb_pwc_probe() local 1091 V4L2_PIX_FMT_YUV420, 30, &compression, 1); in usb_pwc_probe()
|
/Linux-v5.4/arch/powerpc/boot/ |
D | wrapper | 44 compression=.gz 140 compression=.gz 148 compression=".$1" 151 if [ $compression = ".none" ]; then 152 compression= 162 compression= 278 compression= 309 compression= 381 if [ -z "$cacheit" -o ! -f "$vmz$compression" -o "$vmz$compression" -ot "$kernel" ]; then 383 case $compression in [all …]
|
/Linux-v5.4/fs/squashfs/ |
D | Kconfig | 8 filesystem for Linux. It uses zlib, lzo or xz compression to 65 If in doubt, select "Single threaded compression" 68 bool "Single threaded compression" 117 ZLIB compression is the standard compression used by Squashfs 118 file systems. It offers a good trade-off between compression 130 compressed with LZ4 compression. LZ4 compression is mainly 134 LZ4 is not the standard compression used in Squashfs and so most 145 compressed with LZO compression. LZO compression is mainly 149 LZO is not the standard compression used in Squashfs and so most 160 compressed with XZ compression. XZ gives better compression than [all …]
|
/Linux-v5.4/fs/jffs2/ |
D | Kconfig | 9 levelling, compression and support for hard links. You cannot use 101 bool "Advanced compression options for JFFS2" 106 compression modules, if any, are enabled in JFFS2. Removing 114 bool "JFFS2 ZLIB compression support" if JFFS2_COMPRESSION_OPTIONS 121 lossless data-compression library for use on virtually any computer 128 bool "JFFS2 LZO compression support" if JFFS2_COMPRESSION_OPTIONS 134 minilzo-based compression. Generally works better than Zlib. 140 bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS 147 bool "JFFS2 RUBIN compression support" if JFFS2_COMPRESSION_OPTIONS 154 prompt "JFFS2 default compression mode" if JFFS2_COMPRESSION_OPTIONS [all …]
|
/Linux-v5.4/drivers/crypto/qat/ |
D | Kconfig | 22 for accelerating crypto and compression workloads. 33 for accelerating crypto and compression workloads. 44 for accelerating crypto and compression workloads. 57 Virtual Function for accelerating crypto and compression workloads. 69 Virtual Function for accelerating crypto and compression workloads. 81 Virtual Function for accelerating crypto and compression workloads.
|
/Linux-v5.4/usr/ |
D | Kconfig | 110 prompt "Built-in initramfs compression mode" 115 initramfs will be compressed. Several compression algorithms are 116 available, which differ in efficiency, compression and 124 High compression options are mostly useful for users who are 129 compression tool to compress the generated initram cpio file for 149 Use the old and well tested gzip compression algorithm. Gzip provides 150 a good balance between compression ratio and decompression speed and 151 has a reasonable compression speed. It is also more likely to be 159 It's compression ratio and speed is intermediate. Decompression speed 172 This algorithm's compression ratio is best but has a large dictionary [all …]
|
/Linux-v5.4/Documentation/ |
D | xz.txt | 2 XZ data compression in Linux 8 XZ is a general purpose data compression format with high compression 9 ratio and relatively fast decompression. The primary compression 11 compression ratio even further. E.g. Branch/Call/Jump (BCJ) filters 12 improve compression ratio of executable data. 21 For userspace, XZ Utils provide a zlib-like compression library 45 from XZ Utils. The wrapper sets compression options to values suitable 56 Notes on compression options 87 use a big dictionary: for maximum compression, the dictionary should
|
/Linux-v5.4/drivers/net/ppp/ |
D | Kconfig | 39 tristate "PPP BSD-Compress compression" 42 Support for the BSD-Compress compression method for PPP, which uses 43 the LZW compression method to compress each PPP packet before it is 45 (usually your ISP) has to support the BSD-Compress compression 49 The PPP Deflate compression method ("PPP Deflate compression", 53 Note that the BSD compression code will always be compiled as a 58 tristate "PPP Deflate compression" 63 Support for the Deflate compression method for PPP, which uses the 67 Deflate compression method as well for this to be useful. Even if 86 tristate "PPP MPPE compression (encryption)"
|
/Linux-v5.4/Documentation/admin-guide/blockdev/ |
D | zram.rst | 10 in memory itself. These disks allow very fast I/O and compression provides 73 2) Set max number of compression streams 77 allocate multiple compression streams - one per online CPUs - thus 78 allowing several concurrent compression operations. The number of 79 allocated compression streams goes down when some of the CPUs 80 become offline. There is no single-compression-stream mode anymore, 87 3) Select compression algorithm 91 currently selected (shown in square brackets) compression algorithms, 92 change selected compression algorithm (once the device is initialised 93 there is no way to change compression algorithm). [all …]
|
/Linux-v5.4/arch/mips/generic/ |
D | board-ocelot.its.S | 9 compression = "none"; define 20 compression = "none"; define
|
D | board-boston.its.S | 8 compression = "none"; define
|
D | board-ni169445.its.S | 8 compression = "none"; define
|
D | board-xilfpga.its.S | 8 compression = "none"; define
|
/Linux-v5.4/fs/ubifs/ |
D | Kconfig | 22 bool "Advanced compression options" 31 bool "LZO compression support" if UBIFS_FS_ADVANCED_COMPR 38 bool "ZLIB compression support" if UBIFS_FS_ADVANCED_COMPR 44 bool "ZSTD compression support" if UBIFS_FS_ADVANCED_COMPR 49 in compression ratio over LZO. Say 'Y' if unsure.
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | philips.rst | 95 compression (only useful with the plugin) 96 With this option you can control the compression factor that the camera 102 compression. 103 1 = low compression. 104 2 = medium compression. 105 3 = high compression. 107 High compression takes less bandwidth of course, but it could also 108 introduce some unwanted artefacts. The default is 2, medium compression. 110 compression. 112 The compression parameter does not apply to the 645 and 646 cameras [all …]
|
D | cpia2.rst | 36 - Some compression parameters are settable. 99 frame rate achieved by the camera. If the compression engine is able to 103 The compression engine starts out at maximum compression, and will 105 as the compression engine can keep up with the frame rate, after a short time 108 At low alternate settings, the compression engine may not be able to 186 compressed as Motion JPEG (JPEGA). The VC controls all of the compression
|
/Linux-v5.4/Documentation/vm/ |
D | z3fold.rst | 9 It is a zbud derivative which allows for higher compression 22 compression ratio goes to around 2.7x while zbud's one is around 1.7x. 28 Keeping effective compression ratio close to zsmalloc's, z3fold doesn't
|
/Linux-v5.4/drivers/crypto/nx/ |
D | Kconfig | 21 Support for PowerPC Nest (NX) compression acceleration. This 34 Support for PowerPC Nest (NX) compression acceleration. This 45 Support for PowerPC Nest (NX) compression acceleration. This
|
/Linux-v5.4/fs/erofs/ |
D | Kconfig | 13 It also provides fixed-sized output compression support, 15 compression ratios, which is more useful to achieve high 74 Enable fixed-sized output compression for EROFS. 76 If you don't want to enable compression feature, say N.
|
/Linux-v5.4/Documentation/networking/ |
D | ipsec.txt | 21 Small IP datagrams are likely to expand as a result of compression. 22 Therefore, a numeric threshold should be applied before compression, 24 original form without attempting compression. The numeric threshold
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | ext-ctrls-fm-tx.rst | 18 parameters for audio compression, pilot tone generation, audio deviation 121 Enables or disables the audio compression feature. This feature 127 Sets the gain for audio compression feature. It is a dB value. The 131 Sets the threshold level for audio compression freature. It is a dB 135 Sets the attack time for audio compression feature. It is a useconds 139 Sets the release time for audio compression feature. It is a
|
/Linux-v5.4/Documentation/filesystems/ |
D | squashfs.txt | 5 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and 31 Metadata compression: yes no 70 | compression | 102 Compressors can optionally support compression specific options (e.g. 103 dictionary size). If non-default compression options have been used, then 120 To maximise compression there are different inodes for each file type 124 To further maximise compression, two types of regular file inode and 250 are packed together into blocks (to gain greater compression) the read of a
|