Lines Matching full:algorithm

76 2) Select compression algorithm
81 or change the selected compression algorithm (once the device is initialised
82 there is no way to change compression algorithm).
90 #select lzo compression algorithm
96 3) Set compression algorithm parameters: Optional
101 attribute which provides a per-algorithm params configuration.
106 compression algorithm to use external pre-trained dictionary, pass full
112 #same, but using algorithm priority
120 Parameters are algorithm specific: not all algorithms support pre-trained
220 comp_algorithm RW show and change the compression algorithm
221 algorithm_params WO setup compression algorithm parameters
467 compression algorithm can provide better compression ratio at a price of
469 algorithm can, for example, be more successful compressing huge pages (those
470 that default algorithm failed to compress). Another application is idle pages
472 using more effective algorithm and, hence, reduce zsmalloc memory usage.
476 in "3) Select compression algorithm", secondary algorithms are configured
487 above, zstd is used as the first alternative algorithm, which has priority
488 of 1, while lz4hc is configured as a compression algorithm with priority 2.
489 Alternative compression algorithm's priority is provided during algorithms
492 #select zstd recompression algorithm, priority 1
495 #select deflate recompression algorithm, priority 2
538 algorithm that successfully compresses a particular page. Sometimes, however,
540 only one particular algorithm so that it will not try any other algorithms.
543 #use zstd algorithm only (if registered)
546 #use zstd algorithm only (if zstd was registered under priority 1)
581 recompressed page (secondary compression algorithm)