| /linux/tools/perf/util/ |
| A 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()
|
| A D | hashmap.h | 113 enum hashmap_insert_strategy strategy,
|
| /linux/tools/lib/bpf/ |
| A 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()
|
| A D | hashmap.h | 113 enum hashmap_insert_strategy strategy,
|
| /linux/lib/zstd/compress/ |
| A D | zstd_compress_literals.c | 72 ZSTD_strategy strategy, int disableLiteralCompression, in ZSTD_compressLiterals() argument 78 size_t const minGain = ZSTD_minGain(srcSize, strategy); in ZSTD_compressLiterals() 102 int const preferRepeat = strategy < ZSTD_lazy ? srcSize <= 1024 : 0; in ZSTD_compressLiterals()
|
| A D | zstd_compress.c | 1212 if (overrides->strategy) cParams->strategy = overrides->strategy; in ZSTD_overrideCParams() 1428 assert(cParams1.strategy == cParams2.strategy); in ZSTD_assertEqualCParams() 1788 assert(cctx->appliedParams.cParams.strategy == adjusted_cdict_cParams.strategy); in ZSTD_resetCCtx_byAttachingCDict() 1840 assert(cctx->appliedParams.cParams.strategy == cdict_cParams->strategy); in ZSTD_resetCCtx_byCopyingCDict() 1932 assert(dstCCtx->appliedParams.cParams.strategy == srcCCtx->appliedParams.cParams.strategy); in ZSTD_copyCCtx_internal() 2108 ZSTD_strategy const strategy = cctxParams->cParams.strategy; in ZSTD_entropyCompressSequences_internal() local 3082 switch(params->cParams.strategy) in ZSTD_loadDictionaryContent() 4979 switch (cParams.strategy) { in ZSTD_dedicatedDictSearch_getCParams() 5000 return (cParams->strategy >= ZSTD_greedy) in ZSTD_dedicatedDictSearch_isSupported() 5001 && (cParams->strategy <= ZSTD_lazy2) in ZSTD_dedicatedDictSearch_isSupported() [all …]
|
| A D | zstd_compress_literals.h | 23 ZSTD_strategy strategy, int disableLiteralCompression,
|
| A D | zstd_compress_sequences.c | 161 ZSTD_strategy const strategy) in ZSTD_selectEncodingType() argument 177 if (strategy < ZSTD_lazy) { in ZSTD_selectEncodingType() 180 size_t const mult = 10 - strategy; in ZSTD_selectEncodingType()
|
| A D | zstd_compress_sequences.h | 29 ZSTD_strategy const strategy);
|
| A D | zstd_compress_superblock.c | 178 ZSTD_strategy const strategy = cctxParams->cParams.strategy; in ZSTD_buildSuperBlockEntropy_sequences() local 207 ZSTD_defaultAllowed, strategy); in ZSTD_buildSuperBlockEntropy_sequences() 232 defaultPolicy, strategy); in ZSTD_buildSuperBlockEntropy_sequences() 254 ZSTD_defaultAllowed, strategy); in ZSTD_buildSuperBlockEntropy_sequences()
|
| A D | zstd_ldm.c | 215 switch(ms->cParams.strategy) in ZSTD_ldm_fillFastTables() 630 ZSTD_selectBlockCompressor(cParams->strategy, ZSTD_matchState_dictMode(ms)); in ZSTD_ldm_blockCompress() 639 if (cParams->strategy >= ZSTD_btopt) { in ZSTD_ldm_blockCompress()
|
| /linux/lib/zlib_dfltcc/ |
| A D | dfltcc_util.h | 92 int strategy, in dfltcc_are_params_ok() argument 98 (strategy == Z_DEFAULT_STRATEGY); in dfltcc_are_params_ok()
|
| A D | dfltcc_deflate.c | 26 if (!dfltcc_are_params_ok(state->level, state->w_bits, state->strategy, in dfltcc_can_deflate()
|
| /linux/lib/zlib_deflate/ |
| A 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()
|
| A D | defutil.h | 161 int strategy; /* favor or force Huffman coding*/ member
|
| /linux/Documentation/admin-guide/pm/ |
| A 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
|
| /linux/Documentation/networking/ |
| A 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.
|
| /linux/Documentation/firmware-guide/acpi/ |
| A 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.
|
| /linux/arch/arm/boot/dts/ |
| A D | lpc4350.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL
|
| A D | lpc4357.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL
|
| A D | lpc4337-ciaa.dts | 6 * This code is released using a dual license strategy: BSD/GPL
|
| /linux/include/linux/ |
| A D | zlib.h | 588 int strategy);
|
| /linux/lib/zstd/ |
| A D | zstd_compress_module.c | 47 cctx, ZSTD_c_strategy, parameters->cParams.strategy)); in zstd_cctx_init()
|
| /linux/fs/ubifs/ |
| A D | Kconfig | 61 so be careful. How often atime is updated depends on the selected strategy:
|
| /linux/Documentation/devicetree/bindings/riscv/ |
| A D | cpus.yaml | 21 strategy. For example, an Intel laptop containing one socket with
|