Searched refs:merged (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/tools/testing/selftests/sync/
H A Dsync_wait.c35 int fenceA, fenceB, fenceC, merged; local
46 merged = sync_merge("mergeFence", fenceB, fenceA);
47 merged = sync_merge("mergeFence", fenceC, merged);
49 valid = sw_sync_fence_is_valid(merged);
53 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
56 ret = sync_wait(merged, 0);
61 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
62 signaled = sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED);
67 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIV
[all...]
H A Dsync_merge.c34 int fence, valid, merged; local
44 merged = sync_merge("mergeFence", fence, fence);
48 ASSERT(sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED) == 0,
52 ASSERT(sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED) == 1,
55 sw_sync_fence_destroy(merged);
H A Dsync_stress_merge.c43 int fence, tmpfence, merged, valid; local
76 merged = sync_merge("merge", tmpfence, fence);
79 fence = merged;
81 valid = sw_sync_fence_is_valid(merged);
94 /* Trigger the merged fence */
H A Dsync_stress_consumer.c108 int fence, merged, tmp, valid, it, i; local
119 merged = sync_merge("name", tmp, fence);
122 fence = merged;
/linux-master/tools/crypto/tcrypt/
H A Dtcrypt_speed_compare.py114 merged = {}
116 merged[alg] = {}
118 if op not in merged[alg]:
119 merged[alg][op] = []
132 merged[alg][op].append(merged_item)
133 return merged
136 def format(merged):
137 for alg in merged.keys():
138 for op in merged[alg].keys():
150 if "base_ops" in merged[al
[all...]
/linux-master/tools/perf/tests/
H A Dmaps.c18 struct map_def *merged; member in struct:check_maps_cb_args
25 struct map_def *merged = &args->merged[args->i]; local
27 if (map__start(map) != merged->start ||
28 map__end(map) != merged->end ||
29 strcmp(map__dso(map)->name, merged->name) ||
48 static int check_maps(struct map_def *merged, unsigned int size, struct maps *maps) argument
57 .merged = merged,
66 merged[
[all...]
/linux-master/drivers/md/
H A Ddm-stats.h20 bool merged; member in struct:dm_stats_aux
H A Ddm-stats.c604 p->merges[idx] += stats_aux->merged;
690 * A race condition can at worst result in the merged flag being
694 stats_aux->merged =
/linux-master/tools/lib/perf/
H A Dcpumap.c421 struct perf_cpu_map *merged; local
453 merged = cpu_map__trim_new(k, tmp_cpus);
456 return merged;
465 struct perf_cpu_map *merged = NULL; local
489 merged = cpu_map__trim_new(k, tmp_cpus);
491 return merged;
/linux-master/block/
H A Dbadblocks.c67 * be merged into existing bad range E. The result is,
84 * be merged into existing bad range E. The result is,
149 * they will be merged into one, the result is,
172 * they will be merged into one, the result is,
255 * can be merged with rest part of S into less range S1 and S2. Now there is
322 * to no space, or some ranges are not merged to save bad blocks table space.
531 * Return 'true' if the range indicated by 'bad' can be backward merged
551 * (from the bad table) indexed by 'behind'. The return value is merged
560 int merged = 0; local
566 merged
602 int merged = 0; local
[all...]
H A Dbfq-cgroup.c238 blkg_rwstat_add(&bfqg->stats.merged, opf, 1);
359 blkg_rwstat_reset(&stats->merged);
380 blkg_rwstat_add_aux(&to->merged, &from->merged);
441 blkg_rwstat_exit(&stats->merged);
462 if (blkg_rwstat_init(&stats->merged, gfp) ||
724 * The queue was merged to a different queue. Check
1356 .private = offsetof(struct bfq_group, stats.merged),
1399 .private = offsetof(struct bfq_group, stats.merged),
H A Dmq-deadline.c64 uint32_t merged; member in struct:io_stats_per_prio
245 * Callback function that is invoked after @next has been merged into @req.
256 dd->per_prio[prio].stats.merged++;
681 prio, stats->inserted, stats->merged,
739 * Try to merge @bio into an existing request. If @bio has been merged into
1147 return stats->dispatched + stats->merged -
H A Dkyber-iosched.c576 bool merged; local
579 merged = blk_bio_list_merge(hctx->queue, rq_list, bio, nr_segs);
582 return merged;
768 * leave the requests in the kcqs so that they can be merged. Note that
H A Dbfq-iosched.h420 * to remember its values while the queue is merged, so as to
925 /* number of ios merged */
926 struct blkg_rwstat merged; member in struct:bfqg_stats
/linux-master/mm/kmsan/
H A Dinit.c33 bool merged = false; local
56 merged = true;
59 if (merged)
/linux-master/drivers/md/dm-vdo/
H A Dio-submitter.c134 * other bios may have been merged with it as well.
160 * any bios that have been merged with it.
179 * merged with.
265 * Return: whether or not the vio was merged.
270 bool merged = true; local
289 merged = false;
304 return merged;
311 * If possible, this I/O will be merged other pending I/Os. Otherwise, the data_vio will be sent to
/linux-master/drivers/hwtracing/stm/
H A Dpolicy.c204 struct configfs_attribute **merged; local
211 merged = memcat_p(stp_policy_node_attrs, attrs);
212 if (!merged) {
217 type->ct_attrs = merged;
/linux-master/fs/bcachefs/
H A Dchecksum.c392 struct bch_csum merged = { 0 }; local
425 merged = bch2_checksum_merge(new_csum_type, merged,
428 merged = bch2_checksum_bio(c, crc_old.csum_type,
431 if (bch2_crc_cmp(merged, crc_old.csum) && !c->opts.no_data_io) {
438 merged.hi,
439 merged.lo);
/linux-master/tools/testing/kunit/
H A Dkunit_kernel.py173 merged = kunit_config.Kconfig()
182 diff = merged.conflicting_options(partial)
186 merged.merge_in_entries(partial)
187 return merged
/linux-master/fs/btrfs/
H A Ddelayed-ref.c683 * Return true if the ref was merged into an existing one (and therefore can be
1069 bool merged; local
1126 merged = insert_delayed_ref(trans, head_ref, &ref->node);
1138 if (merged)
1161 bool merged; local
1217 merged = insert_delayed_ref(trans, head_ref, &ref->node);
1229 if (merged)
/linux-master/arch/alpha/lib/
H A Dev6-memcpy.S209 bis $3, $1, $1 # E : merged bytes to store
/linux-master/kernel/locking/
H A Dlockdep.c5270 int idx, unsigned int *merged)
5291 *merged += (idx == first_idx);
5307 unsigned int depth, merged = 0; local
5339 if (reacquire_held_locks(curr, depth, i, &merged))
5346 if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - merged))
5354 unsigned int depth, merged = 0; local
5382 if (reacquire_held_locks(curr, depth, i, &merged))
5386 if (DEBUG_LOCKS_WARN_ON(merged))
5408 unsigned int depth, merged = 1; local
5468 if (reacquire_held_locks(curr, depth, i + 1, &merged))
5269 reacquire_held_locks(struct task_struct *curr, unsigned int depth, int idx, unsigned int *merged) argument
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c2907 * We need to make sure that these merged watermark values are
2964 struct intel_pipe_wm *merged)
2975 merged->fbc_wm_enabled = DISPLAY_VER(dev_priv) >= 6;
2979 struct intel_wm_level *wm = &merged->wm[level];
2995 merged->fbc_wm_enabled = false;
3002 dev_priv->display.params.enable_fbc && !merged->fbc_wm_enabled) {
3004 struct intel_wm_level *wm = &merged->wm[level];
3028 const struct intel_pipe_wm *merged,
3035 results->enable_fbc_wm = merged->fbc_wm_enabled;
3042 level = ilk_wm_lp_to_level(wm_lp, merged);
2961 ilk_wm_merge(struct drm_i915_private *dev_priv, const struct intel_wm_config *config, const struct ilk_wm_maximums *max, struct intel_pipe_wm *merged) argument
3027 ilk_compute_wm_results(struct drm_i915_private *dev_priv, const struct intel_pipe_wm *merged, enum intel_ddb_partitioning partitioning, struct ilk_wm_values *results) argument
[all...]
/linux-master/drivers/md/bcache/
H A Dbset.c837 * Returns true if we were able to merge. If we did merge, l will be the merged
915 goto merged;
929 merged:
/linux-master/mm/
H A Dvmalloc.c1347 * free area is inserted. If VA has been merged, it is
1363 bool merged = false; local
1367 * inserted, unless it is merged with its sibling/siblings.
1395 /* Point to the new merged area. */
1397 merged = true;
1418 if (merged)
1426 /* Point to the new merged area. */
1428 merged = true;
1433 if (!merged)

Completed in 393 milliseconds

12