Searched full:compressing (Results 1 – 25 of 43) sorted by relevance
12
/linux-6.14.4/drivers/crypto/nx/ |
D | Kconfig | 22 module supports acceleration for compressing memory with the 842 36 module supports acceleration for compressing memory with the 842 47 module supports acceleration for compressing memory with the 842
|
/linux-6.14.4/tools/perf/Documentation/ |
D | examples.txt | 72 Compressing objects: 100% (450/450), done. 126 Compressing objects: 100% (450/450), done.
|
/linux-6.14.4/Documentation/devicetree/bindings/display/samsung/ |
D | samsung,exynos5433-mic.yaml | 18 solves this problem by compressing the frame data by 1/2 before it is
|
/linux-6.14.4/Documentation/userspace-api/media/drivers/ |
D | aspeed-video.rst | 10 options. The adopted compressing algorithm is a modified JPEG algorithm.
|
/linux-6.14.4/fs/smb/client/ |
D | compress.h | 11 * MS-SMB2 "3.1.4.4 Compressing the Message" - for compression details
|
D | compress.c | 11 * MS-SMB2 "3.1.4.4 Compressing the Message" 57 * possibility of compression, but compressing, or even further analysing, it would waste so much
|
/linux-6.14.4/Documentation/devicetree/bindings/display/mediatek/ |
D | mediatek,dsc.yaml | 15 compressing and decompressing image display streams, including
|
/linux-6.14.4/Documentation/staging/ |
D | xz.rst | 39 - ``$(call if_changed,xzkern)`` is for compressing the kernel image.
|
/linux-6.14.4/include/linux/ |
D | zstd_lib.h | 184 * When compressing many times, 265 * Note: When compressing with a ZSTD_CDict these parameters are superseded 284 * and typically compressing more. 489 * - The session : will stop compressing current frame, and make CCtx ready to start a new one. 630 * when compressing with multiple threads. The call won't block if it can 642 * note: ZSTD_e_flush will flush as much output as possible, meaning when compressing with multiple… 654 * note: ZSTD_e_end will flush as much output as possible, meaning when compressing with multiple t… 838 * When compressing multiple messages or blocks using the same dictionary, 971 * Compressing with a prefix is similar in outcome as performing a diff and compressing it, 1770 * would be stored in a CCtx after compressing the contents of a dictionary. [all …]
|
D | lz4.h | 235 * Reverse the logic, by compressing as much data as possible 393 * compressing next blocks. There is an exception for ring buffers,
|
/linux-6.14.4/tools/testing/selftests/rcutorture/bin/ |
D | torture.sh | 661 …echo Size before compressing $n2compress files: `du -sh $tdir | awk '{ print $1 }'` `date` 2>&1 | … 664 echo Compressing vmlinux files in ${i}: `date` >> "$tdir/log-xz" 2>&1 701 …echo Size after compressing $n2compress files: `du -sh $tdir | awk '{ print $1 }'` `date` 2>&1 | t…
|
/linux-6.14.4/usr/ |
D | Kconfig | 224 on those architectures that support this. However, not compressing the
|
/linux-6.14.4/Documentation/admin-guide/mm/ |
D | zswap.rst | 110 checked if it is a same-value filled page before compressing it. If true, the
|
/linux-6.14.4/drivers/net/ppp/ |
D | ppp_deflate.c | 79 * size that the peer is requesting that we use in compressing 295 * size that we are requesting the peer to use in compressing
|
/linux-6.14.4/net/xfrm/ |
D | xfrm_ipcomp.c | 162 /* Don't bother compressing */ in ipcomp_output()
|
/linux-6.14.4/drivers/md/dm-vdo/ |
D | vdo.h | 209 bool compressing; member
|
D | packer.c | 543 * compressing the incoming data_vio would likewise "waste" the least amount of free space. in select_bin()
|
D | vdo.c | 1378 WRITE_ONCE(vdo->compressing, *enable); in set_compression_callback() 1413 return READ_ONCE(vdo->compressing); in vdo_get_compressing()
|
/linux-6.14.4/Documentation/userspace-api/media/mediactl/ |
D | media-types.rst | 197 compressing video frames. Must have one sink pad and at least
|
/linux-6.14.4/drivers/gpu/drm/i915/display/ |
D | intel_fbc.c | 28 * compressing the amount of memory used by the display. It is total 326 /* Wait for compressing bit to clear */ in i8xx_fbc_deactivate() 2002 seq_printf(m, "Compressing: %s\n", in intel_fbc_debugfs_status_show()
|
/linux-6.14.4/drivers/crypto/intel/iaa/ |
D | iaa_crypto_main.c | 979 " not compressing, size=0x%x\n", in check_completion() 1514 pr_debug("iaa_crypto disabled, not compressing\n"); in iaa_comp_acompress() 1519 pr_debug("invalid src, not compressing\n"); in iaa_comp_acompress()
|
/linux-6.14.4/sound/oss/dmasound/ |
D | dmasound_q40.c | 227 /* compressing versions */
|
/linux-6.14.4/lib/842/ |
D | 842_compress.c | 22 /* By default, we allow compressing input buffers of any length, but we must
|
/linux-6.14.4/lib/zstd/compress/ |
D | zstd_compress_superblock.c | 154 * We set entropyWritten=1 when we succeed in compressing the sequences.
|
/linux-6.14.4/Documentation/admin-guide/blockdev/ |
D | zram.rst | 443 algorithm can, for example, be more successful compressing huge pages (those
|
12