Lines Matching full:algorithm
88 3) Select compression algorithm
93 or change the selected compression algorithm (once the device is initialised
94 there is no way to change compression algorithm).
102 #select lzo compression algorithm
108 4) Set compression algorithm parameters: Optional
113 attribute which provides a per-algorithm params configuration.
118 compression algorithm to use external pre-trained dictionary, pass full
124 #same, but using algorithm priority
132 Parameters are algorithm specific: not all algorithms support pre-trained
231 comp_algorithm RW show and change the compression algorithm
232 algorithm_params WO setup compression algorithm parameters
439 compression algorithm can provide better compression ratio at a price of
441 algorithm can, for example, be more successful compressing huge pages (those
442 that default algorithm failed to compress). Another application is idle pages
444 using more effective algorithm and, hence, reduce zsmalloc memory usage.
448 in "3) Select compression algorithm", secondary algorithms are configured
459 above, zstd is used as the first alternative algorithm, which has priority
460 of 1, while lz4hc is configured as a compression algorithm with priority 2.
461 Alternative compression algorithm's priority is provided during algorithms
464 #select zstd recompression algorithm, priority 1
467 #select deflate recompression algorithm, priority 2
512 algorithm that successfully compresses a particular page. Sometimes, however,
514 only one particular algorithm so that it will not try any other algorithms.
517 #use zstd algorithm only (if registered)
520 #use zstd algorithm only (if zstd was registered under priority 1)
555 recompressed page (secondary compression algorithm)