/linux-6.14.4/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 | 95 * Hashmap insertion strategy: 124 * provided strategy value. If a given key/value pair replaced already 130 enum hashmap_insert_strategy strategy, 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 134 hashmap_insert((map), (long)(key), (long)(value), (strategy), \
|
/linux-6.14.4/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 | 95 * Hashmap insertion strategy: 124 * provided strategy value. If a given key/value pair replaced already 130 enum hashmap_insert_strategy strategy, 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 134 hashmap_insert((map), (long)(key), (long)(value), (strategy), \
|
/linux-6.14.4/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.
|
/linux-6.14.4/Documentation/firmware-guide/acpi/ |
D | osi.rst | 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-6.14.4/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
|
/linux-6.14.4/lib/zstd/compress/ |
D | zstd_compress.c | 59 * full-block strategy. 210 /* Returns true if the strategy supports using a row based matchfinder */ 211 static int ZSTD_rowMatchFinderSupported(const ZSTD_strategy strategy) { in ZSTD_rowMatchFinderSupported() argument 212 return (strategy >= ZSTD_greedy && strategy <= ZSTD_lazy2); in ZSTD_rowMatchFinderSupported() 215 /* Returns true if the strategy and useRowMatchFinder mode indicate that we will use the row based … 218 static int ZSTD_rowMatchFinderUsed(const ZSTD_strategy strategy, const ZSTD_paramSwitch_e mode) { in ZSTD_rowMatchFinderUsed() argument 220 return ZSTD_rowMatchFinderSupported(strategy) && (mode == ZSTD_ps_enable); in ZSTD_rowMatchFinderUsed() 233 if (!ZSTD_rowMatchFinderSupported(cParams->strategy)) return mode; in ZSTD_resolveRowMatchFinderMode() 246 …return (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 17) ? ZSTD_ps_enable : ZSTD_ps_di… in ZSTD_resolveBlockSplitterMode() 250 static int ZSTD_allocateChainTable(const ZSTD_strategy strategy, in ZSTD_allocateChainTable() argument [all …]
|
D | zstd_compress_literals.c | 72 ZSTD_strategy strategy, int disableLiteralCompression, in ZSTD_compressLiterals() argument 79 size_t const minGain = ZSTD_minGain(srcSize, strategy); in ZSTD_compressLiterals() 103 int const preferRepeat = strategy < ZSTD_lazy ? srcSize <= 1024 : 0; in ZSTD_compressLiterals()
|
D | zstd_compress_literals.h | 24 ZSTD_strategy strategy, int disableLiteralCompression,
|
D | zstd_compress_sequences.h | 29 ZSTD_strategy const strategy);
|
/linux-6.14.4/drivers/pinctrl/nomadik/ |
D | pinctrl-abx500.h | 159 * setting strategy of the rising interrupt line 161 * setting strategy of the falling interrupt line 162 * @irq_gpio_factor: Factor used to compute specific setting strategy of
|
/linux-6.14.4/tools/testing/selftests/net/tcp_ao/ |
D | unsigned-md5.c | 363 unsigned int strategy, in open_add() argument 379 if (strategy & PREINSTALL_MD5_FIRST) { in open_add() 384 if (strategy & PREINSTALL_AO) { in open_add() 394 if (strategy & PREINSTALL_MD5) { in open_add() 407 unsigned int strategy, in try_to_preadd() argument 422 sk = open_add(tst_name, port, strategy, md5_addr, md5_prefix, md5_vrf, in try_to_preadd() 433 unsigned int strategy, in try_to_add() argument 446 sk = open_add(tst_name, port, strategy, md5_addr, md5_prefix, md5_vrf, in try_to_add() 462 if (strategy & POSTINSTALL_MD5) { in try_to_add() 476 if (strategy & POSTINSTALL_AO) { in try_to_add()
|
/linux-6.14.4/lib/zlib_dfltcc/ |
D | dfltcc_util.h | 120 int strategy, in dfltcc_are_params_ok() argument 126 (strategy == Z_DEFAULT_STRATEGY); in dfltcc_are_params_ok()
|
/linux-6.14.4/rust/kernel/list/ |
D | arc.rs | 75 /// * The `untracked` strategy does not actually keep track of whether a [`ListArc`] exists. When 76 /// using this strategy, the only way to create a [`ListArc`] is using a [`UniqueArc`]. 77 /// * The `tracked_by` strategy defers the tracking to a field of the struct. The user much specify 81 /// The `tracked_by` strategy is usually used by deferring to a field of type 142 /// creation of new `ListArc` references from an [`Arc`] reference. Whatever strategy is used, the
|
/linux-6.14.4/include/dt-bindings/clock/ |
D | lpc18xx-cgu.h | 4 * This code is released using a dual license strategy: BSD/GPL
|
D | lpc32xx-clock.h | 4 * This code is released using a dual license strategy: BSD/GPL
|
D | lpc18xx-ccu.h | 4 * This code is released using a dual license strategy: BSD/GPL
|
/linux-6.14.4/arch/arm/boot/dts/nxp/lpc/ |
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
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-fs-erofs | 13 Description: Control strategy of sync decompression:
|
/linux-6.14.4/include/linux/ |
D | zlib.h | 170 /* compression strategy; see deflateInit2() below for details */ 465 int strategy); 486 The strategy parameter is used to tune the compression algorithm. Use the 493 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects 588 int strategy);
|
D | zsmalloc.h | 7 * This code is released using a dual license strategy: BSD/GPL
|
/linux-6.14.4/arch/sparc/kernel/ |
D | dtlb_prot.S | 3 * dtlb_prot.S: DTLB protection trap strategy.
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/ |
D | dml2_pmo_dcn4_fams2.c | 462 /* uses a while loop instead of recursion to build permutations of base strategy */ in expand_base_strategy() 475 /* insert into strategy list */ in expand_base_strategy() 570 /* uses a while loop instead of recursion to build permutations of base strategy */ in expand_variant_strategy() 573 /* construct variant strategy */ in expand_variant_strategy() 633 /* expand every explicit base strategy (except all DRR) */ in pmo_dcn4_fams2_expand_base_pstate_strategies() 658 /* generate permutations of p-state configs from base strategy list */ in pmo_dcn4_fams2_initialize() 1503 /* check if strategy is compatible with stream drr capability and strategy */ in stream_matches_drr_policy() 1872 /* build expanded override strategy list (no permutations) */ in pmo_dcn4_fams2_init_for_pstate_support() 1885 /* use override strategy list */ in pmo_dcn4_fams2_init_for_pstate_support() 1889 /* use predefined strategy list */ in pmo_dcn4_fams2_init_for_pstate_support() [all …]
|