Home
last modified time | relevance | path

Searched full:strategy (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/kernel/linux/linux-5.10/tools/perf/util/
Dhashmap.c155 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()
Dhashmap.h85 * Hashmap insertion strategy:
107 * provided strategy value. If a given key/value pair replaced already
113 enum hashmap_insert_strategy strategy,
/kernel/linux/linux-6.6/tools/perf/util/
Dhashmap.c155 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()
Dhashmap.h95 * 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), \
/kernel/linux/linux-5.10/tools/lib/bpf/
Dhashmap.c155 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()
Dhashmap.h85 * Hashmap insertion strategy:
107 * provided strategy value. If a given key/value pair replaced already
113 enum hashmap_insert_strategy strategy,
/kernel/linux/linux-6.6/tools/lib/bpf/
Dhashmap.c155 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()
Dhashmap.h95 * 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), \
/kernel/linux/linux-5.10/Documentation/networking/
Dipvs-sysctl.rst21 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-6.6/Documentation/networking/
Dipvs-sysctl.rst21 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-6.6/Documentation/firmware-guide/acpi/
Dosi.rst95 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.
/kernel/linux/linux-6.6/Documentation/admin-guide/pm/
Dstrategies.rst22 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/admin-guide/pm/
Dstrategies.rst22 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/firmware-guide/acpi/
Dosi.rst98 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-6.6/lib/zstd/compress/
Dzstd_compress.c59 * 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 …]
Dzstd_compress_literals.c72 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()
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/
Dpinctrl-abx500.h159 * 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
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
Dpinctrl-abx500.h155 * setting strategy of the rising interrupt line
157 * setting strategy of the falling interrupt line
158 * @irq_gpio_factor: Factor used to compute specific setting strategy of
/kernel/linux/linux-6.6/lib/zlib_dfltcc/
Ddfltcc_util.h92 int strategy, in dfltcc_are_params_ok() argument
98 (strategy == Z_DEFAULT_STRATEGY); in dfltcc_are_params_ok()
/kernel/linux/linux-5.10/lib/zlib_dfltcc/
Ddfltcc_util.h92 int strategy, in dfltcc_are_params_ok() argument
98 (strategy == Z_DEFAULT_STRATEGY); in dfltcc_are_params_ok()
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-fs-erofs13 Description: Control strategy of sync decompression:
/kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/lpc/
Dlpc4350.dtsi6 * This code is released using a dual license strategy: BSD/GPL
/kernel/linux/linux-6.6/include/dt-bindings/clock/
Dlpc18xx-cgu.h4 * This code is released using a dual license strategy: BSD/GPL
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dlpc4350.dtsi6 * This code is released using a dual license strategy: BSD/GPL
/kernel/linux/linux-5.10/include/dt-bindings/clock/
Dlpc18xx-cgu.h4 * This code is released using a dual license strategy: BSD/GPL

12345678910>>...18