Home
last modified time | relevance | path

Searched refs:strategy (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v4.19/lib/zlib_deflate/
Ddeflate.c173 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()
Ddefutil.h159 int strategy; /* favor or force Huffman coding*/ member
/Linux-v4.19/Documentation/admin-guide/pm/
Dstrategies.rst18 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/
Dipvs-sysctl.txt14 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/
Dosi.txt95 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/
Dlpc4350.dtsi6 * This code is released using a dual license strategy: BSD/GPL
Dlpc4357.dtsi6 * This code is released using a dual license strategy: BSD/GPL
Dlpc4337-ciaa.dts6 * This code is released using a dual license strategy: BSD/GPL
Dlpc4350-hitex-eval.dts6 * This code is released using a dual license strategy: BSD/GPL
Dlpc4357-ea4357-devkit.dts6 * This code is released using a dual license strategy: BSD/GPL
Dlpc18xx.dtsi6 * This code is released using a dual license strategy: BSD/GPL
/Linux-v4.19/include/linux/
Dzlib.h582 int strategy);
Dzstd.h152 ZSTD_strategy strategy; member
/Linux-v4.19/Documentation/devicetree/bindings/pci/
Dpci.txt23 drivers could add this as a strategy to avoid unnecessary operation for
/Linux-v4.19/lib/zstd/
Dcompress.c96 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/
DKconfig49 so be careful. How often atime is updated depends on the selected strategy:
/Linux-v4.19/Documentation/media/uapi/dvb/
Ddvbproperty.rst16 In the past (up to DVB API version 3 - DVBv3), the strategy used was to have a
/Linux-v4.19/Documentation/driver-api/soundwire/
Derror_handling.rst28 viable recovery strategy.
/Linux-v4.19/Documentation/devicetree/bindings/riscv/
Dcpus.txt25 microarchitectural implementation strategy. For example, my Intel laptop is
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c1084 u32 headroom, int strategy) in ixgbe_set_rxpba_82598() argument
1093 switch (strategy) { in ixgbe_set_rxpba_82598()
Dixgbe_common.h101 u32 headroom, int strategy);
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h468 unsigned char strategy; member
/Linux-v4.19/Documentation/x86/
Dpat.txt125 implementation defined, yet this strategy can be used as last resort on devices
/Linux-v4.19/Documentation/filesystems/
Dhpfs.txt271 Better anti-fragmentation strategy
287 Better allocation strategy
/Linux-v4.19/drivers/scsi/
Dgdth.h532 u16 strategy; /* cache strategy */ member

12