/Linux-v4.19/lib/zlib_deflate/ |
D | deflate.c | 173 int strategy in zlib_deflateInit2() argument 200 strategy < 0 || strategy > Z_HUFFMAN_ONLY) { in zlib_deflateInit2() 246 s->strategy = strategy; in zlib_deflateInit2() 949 if (s->strategy != Z_HUFFMAN_ONLY) { in deflate_fast() 1047 if (s->strategy != Z_HUFFMAN_ONLY) { in deflate_slow() 1052 if (s->match_length <= 5 && (s->strategy == Z_FILTERED || in deflate_slow()
|
D | defutil.h | 159 int strategy; /* favor or force Huffman coding*/ member
|
/Linux-v4.19/Documentation/admin-guide/pm/ |
D | strategies.rst | 18 is affected by the state changes, this strategy is referred to as the 21 The other strategy, referred to as the :doc:`working-state power management 24 this strategy is in use, the working state of the system usually does not
|
/Linux-v4.19/Documentation/networking/ |
D | ipvs-sysctl.txt | 14 enough available memory, the respective strategy will be 16 the strategy is disabled and the variable is set to 1. 106 that this strategy is always disabled, 1 and 2 mean automatic 107 modes (when there is no enough available memory, the strategy 109 otherwise the strategy is disabled and the variable is set to 110 1), and 3 means that that the strategy is always enabled.
|
/Linux-v4.19/Documentation/acpi/ |
D | osi.txt | 95 That is the *only* viable strategy, as that is what modern Windows does, 124 This strategy is problematic, as Linux is never completely compatible with 140 The result is a strategy for Linux to maximize compatibility with 172 Like Linux's _OSI("*Windows*") strategy, Linux defaults to 175 Just like on Windows-tested platforms, this strategy has risks.
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | lpc4350.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL
|
D | lpc4357.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL
|
D | lpc4337-ciaa.dts | 6 * This code is released using a dual license strategy: BSD/GPL
|
D | lpc4350-hitex-eval.dts | 6 * This code is released using a dual license strategy: BSD/GPL
|
D | lpc4357-ea4357-devkit.dts | 6 * This code is released using a dual license strategy: BSD/GPL
|
D | lpc18xx.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL
|
/Linux-v4.19/include/linux/ |
D | zlib.h | 582 int strategy);
|
D | zstd.h | 152 ZSTD_strategy strategy; member
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | pci.txt | 23 drivers could add this as a strategy to avoid unnecessary operation for
|
/Linux-v4.19/lib/zstd/ |
D | compress.c | 96 size_t const chainSize = (cParams.strategy == ZSTD_fast) ? 0 : (1 << cParams.chainLog); in ZSTD_CCtxWorkspaceBound() 104 (((cParams.strategy == ZSTD_btopt) || (cParams.strategy == ZSTD_btopt2)) ? optSpace : 0); in ZSTD_CCtxWorkspaceBound() 161 if ((U32)(cParams.strategy) > (U32)ZSTD_btopt2) in ZSTD_checkCParams() 198 U32 const cycleLog = ZSTD_cycleLog(cPar.chainLog, cPar.strategy); in ZSTD_adjustCParams() 212 …(param1.cParams.strategy == param2.cParams.strategy) & ((param1.cParams.searchLength == 3) == (par… in ZSTD_equivalentParams() 256 …size_t const chainSize = (params.cParams.strategy == ZSTD_fast) ? 0 : (1 << params.cParams.chainLo… in ZSTD_resetCCtx_advanced() 268 …(((params.cParams.strategy == ZSTD_btopt) || (params.cParams.strategy == ZSTD_btopt2)) ? optSpace … in ZSTD_resetCCtx_advanced() 306 if ((params.cParams.strategy == ZSTD_btopt) || (params.cParams.strategy == ZSTD_btopt2)) { in ZSTD_resetCCtx_advanced() 362 …size_t const chainSize = (srcCCtx->params.cParams.strategy == ZSTD_fast) ? 0 : (1 << srcCCtx->para… in ZSTD_copyCCtx() 418 …U32 const chainSize = (zc->params.cParams.strategy == ZSTD_fast) ? 0 : (1 << zc->params.cParams.ch… in ZSTD_reduceIndex() [all …]
|
/Linux-v4.19/fs/ubifs/ |
D | Kconfig | 49 so be careful. How often atime is updated depends on the selected strategy:
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dvbproperty.rst | 16 In the past (up to DVB API version 3 - DVBv3), the strategy used was to have a
|
/Linux-v4.19/Documentation/driver-api/soundwire/ |
D | error_handling.rst | 28 viable recovery strategy.
|
/Linux-v4.19/Documentation/devicetree/bindings/riscv/ |
D | cpus.txt | 25 microarchitectural implementation strategy. For example, my Intel laptop is
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_82598.c | 1084 u32 headroom, int strategy) in ixgbe_set_rxpba_82598() argument 1093 switch (strategy) { in ixgbe_set_rxpba_82598()
|
D | ixgbe_common.h | 101 u32 headroom, int strategy);
|
/Linux-v4.19/include/uapi/linux/ |
D | pkt_sched.h | 468 unsigned char strategy; member
|
/Linux-v4.19/Documentation/x86/ |
D | pat.txt | 125 implementation defined, yet this strategy can be used as last resort on devices
|
/Linux-v4.19/Documentation/filesystems/ |
D | hpfs.txt | 271 Better anti-fragmentation strategy 287 Better allocation strategy
|
/Linux-v4.19/drivers/scsi/ |
D | gdth.h | 532 u16 strategy; /* cache strategy */ member
|