/kernel/linux/linux-5.10/tools/lib/bpf/ |
D | hashmap.c | 155 enum hashmap_insert_strategy strategy, in hashmap__insert() argument 168 if (strategy != HASHMAP_APPEND && in hashmap__insert() 175 if (strategy == HASHMAP_SET || strategy == HASHMAP_UPDATE) { in hashmap__insert() 179 } else if (strategy == HASHMAP_ADD) { in hashmap__insert() 184 if (strategy == HASHMAP_UPDATE) in hashmap__insert()
|
D | hashmap.h | 113 enum hashmap_insert_strategy strategy,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | hashmap.c | 155 enum hashmap_insert_strategy strategy, in hashmap__insert() argument 168 if (strategy != HASHMAP_APPEND && in hashmap__insert() 175 if (strategy == HASHMAP_SET || strategy == HASHMAP_UPDATE) { in hashmap__insert() 179 } else if (strategy == HASHMAP_ADD) { in hashmap__insert() 184 if (strategy == HASHMAP_UPDATE) in hashmap__insert()
|
D | hashmap.h | 113 enum hashmap_insert_strategy strategy,
|
/kernel/linux/linux-5.10/lib/zlib_dfltcc/ |
D | dfltcc_util.h | 92 int strategy, in dfltcc_are_params_ok() argument 98 (strategy == Z_DEFAULT_STRATEGY); in dfltcc_are_params_ok()
|
D | dfltcc_deflate.c | 26 if (!dfltcc_are_params_ok(state->level, state->w_bits, state->strategy, in dfltcc_can_deflate()
|
/kernel/linux/linux-5.10/lib/zlib_deflate/ |
D | deflate.c | 194 int strategy in zlib_deflateInit2() argument 221 strategy < 0 || strategy > Z_HUFFMAN_ONLY) { in zlib_deflateInit2() 275 s->strategy = strategy; in zlib_deflateInit2() 953 if (s->strategy != Z_HUFFMAN_ONLY) { in deflate_fast() 1051 if (s->strategy != Z_HUFFMAN_ONLY) { in deflate_slow() 1056 if (s->match_length <= 5 && (s->strategy == Z_FILTERED || in deflate_slow()
|
D | defutil.h | 161 int strategy; /* favor or force Huffman coding*/ member
|
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/ |
D | strategies.rst | 22 is affected by the state changes, this strategy is referred to as the 25 The other strategy, referred to as the :doc:`working-state power management 28 this strategy is in use, the working state of the system usually does not
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | ipvs-sysctl.rst | 21 enough available memory, the respective strategy will be 23 the strategy is disabled and the variable is set to 1. 112 that this strategy is always disabled, 1 and 2 mean automatic 113 modes (when there is no enough available memory, the strategy 115 otherwise the strategy is disabled and the variable is set to 116 1), and 3 means that the strategy is always enabled.
|
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
D | osi.rst | 98 That is the *only* viable strategy, as that is what modern Windows does, 127 This strategy is problematic, as Linux is never completely compatible with 143 The result is a strategy for Linux to maximize compatibility with 175 Like Linux's _OSI("*Windows*") strategy, Linux defaults to 178 Just like on Windows-tested platforms, this strategy has risks.
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | lpc4357.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL
|
D | lpc4350.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
|
/kernel/linux/linux-5.10/include/linux/ |
D | zlib.h | 588 int strategy);
|
D | zstd.h | 152 ZSTD_strategy strategy; member
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/fs/ubifs/ |
D | Kconfig | 61 so be careful. How often atime is updated depends on the selected strategy:
|
/kernel/linux/linux-5.10/Documentation/driver-api/soundwire/ |
D | error_handling.rst | 28 viable recovery strategy.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/ |
D | pci.txt | 23 drivers could add this as a strategy to avoid unnecessary operation for
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | dvbproperty.rst | 16 In the past (up to DVB API version 3 - DVBv3), the strategy used was to have a
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | mds.rst | 70 Mitigation strategy 73 All variants have the same mitigation strategy at least for the single CPU
|
D | tsx_async_abort.rst | 21 Mitigation strategy
|
/kernel/linux/linux-5.10/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);
|