/Linux-v5.4/tools/testing/selftests/sync/ |
D | sync_wait.c | 35 int fenceA, fenceB, fenceC, merged; in test_fence_multi_timeline_wait() local 46 merged = sync_merge("mergeFence", fenceB, fenceA); in test_fence_multi_timeline_wait() 47 merged = sync_merge("mergeFence", fenceC, merged); in test_fence_multi_timeline_wait() 49 valid = sw_sync_fence_is_valid(merged); in test_fence_multi_timeline_wait() 53 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait() 56 ret = sync_wait(merged, 0); in test_fence_multi_timeline_wait() 61 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait() 62 signaled = sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED); in test_fence_multi_timeline_wait() 67 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait() 68 signaled = sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED); in test_fence_multi_timeline_wait() [all …]
|
D | sync_merge.c | 34 int fence, valid, merged; in test_fence_merge_same_fence() local 44 merged = sync_merge("mergeFence", fence, fence); in test_fence_merge_same_fence() 48 ASSERT(sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED) == 0, in test_fence_merge_same_fence() 52 ASSERT(sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED) == 1, in test_fence_merge_same_fence() 55 sw_sync_fence_destroy(merged); in test_fence_merge_same_fence()
|
D | sync_stress_merge.c | 43 int fence, tmpfence, merged, valid; in test_merge_stress_random_merge() local 76 merged = sync_merge("merge", tmpfence, fence); in test_merge_stress_random_merge() 79 fence = merged; in test_merge_stress_random_merge() 81 valid = sw_sync_fence_is_valid(merged); in test_merge_stress_random_merge()
|
D | sync_stress_consumer.c | 108 int fence, merged, tmp, valid, it, i; in mpcs_consumer_thread() local 119 merged = sync_merge("name", tmp, fence); in mpcs_consumer_thread() 122 fence = merged; in mpcs_consumer_thread()
|
/Linux-v5.4/tools/perf/tests/ |
D | map_groups.c | 16 static int check_maps(struct map_def *merged, unsigned int size, struct map_groups *mg) in check_maps() argument 23 TEST_ASSERT_VAL("wrong map start", map->start == merged[i].start); in check_maps() 24 TEST_ASSERT_VAL("wrong map end", map->end == merged[i].end); in check_maps() 25 TEST_ASSERT_VAL("wrong map name", !strcmp(map->dso->name, merged[i].name)); in check_maps()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | procfs-diskstats | 13 5 - reads merged 17 9 - writes merged 28 16 - discards merged
|
D | sysfs-kernel-mm-ksm | 51 When it is set to 0 only pages from the same node are merged, 52 otherwise pages from all nodes can be merged together (default).
|
/Linux-v5.4/Documentation/block/ |
D | stat.rst | 30 read merges requests number of read I/Os merged with in-queue I/O 34 write merges requests number of write I/Os merged with in-queue I/O 41 discard merges requests number of discard I/Os merged with in-queue I/O 54 These values increment when an I/O request is merged with an
|
/Linux-v5.4/Documentation/filesystems/ |
D | overlayfs.txt | 57 merged with the 'upper' object. 82 Where both upper and lower objects are directories, a merged directory 86 "upperdir" are combined into a merged directory: 89 workdir=/work /merged 94 Then whenever a lookup is requested in such a merged directory, the 97 actual lookups find directories, both are stored and a merged 101 Only the lists of names from directories are merged. Other content 114 When a whiteout is found in the upper level of a merged directory, any 125 When a 'readdir' request is made on a merged directory, the upper and 126 lower directories are each read and the name lists merged in the [all …]
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | ksm.rst | 28 KSM's merged pages were originally locked into kernel memory, but can now 48 unmerges whatever it merged in that range. Note: this unmerging call 94 specifies if pages from different NUMA nodes can be merged. 111 * set to 0 to stop ksmd from running but keep merged pages, 113 * set to 2 to stop ksmd and unmerge all pages currently merged, but 122 empty pages are merged with the kernel zero page(s) instead of 130 effective for pages merged after the change.
|
/Linux-v5.4/block/ |
D | blk-mq-sched.c | 269 bool merged = false; in blk_mq_bio_list_merge() local 280 merged = bio_attempt_back_merge(rq, bio, in blk_mq_bio_list_merge() 285 merged = bio_attempt_front_merge(rq, bio, in blk_mq_bio_list_merge() 289 merged = bio_attempt_discard_merge(q, rq, bio); in blk_mq_bio_list_merge() 295 return merged; in blk_mq_bio_list_merge()
|
D | bfq-cgroup.c | 238 blkg_rwstat_add(&bfqg->stats.merged, op, 1); in bfqg_stats_update_io_merged() 355 blkg_rwstat_reset(&stats->merged); in bfqg_stats_reset() 376 blkg_rwstat_add_aux(&to->merged, &from->merged); in bfqg_stats_add_aux() 435 blkg_rwstat_exit(&stats->merged); in bfqg_stats_exit() 452 if (blkg_rwstat_init(&stats->merged, gfp) || in bfqg_stats_init() 1259 .private = offsetof(struct bfq_group, stats.merged), 1302 .private = offsetof(struct bfq_group, stats.merged),
|
D | blk-core.c | 706 bool merged = false; in blk_attempt_plug_merge() local 722 merged = bio_attempt_back_merge(rq, bio, nr_segs); in blk_attempt_plug_merge() 725 merged = bio_attempt_front_merge(rq, bio, nr_segs); in blk_attempt_plug_merge() 728 merged = bio_attempt_discard_merge(q, rq, bio); in blk_attempt_plug_merge() 734 if (merged) in blk_attempt_plug_merge()
|
/Linux-v5.4/drivers/hwtracing/stm/ |
D | policy.c | 209 struct configfs_attribute **merged; in get_policy_node_type() local 216 merged = memcat_p(stp_policy_node_attrs, attrs); in get_policy_node_type() 217 if (!merged) { in get_policy_node_type() 222 type->ct_attrs = merged; in get_policy_node_type()
|
/Linux-v5.4/Documentation/admin-guide/ |
D | iostats.rst | 67 Field 2 -- # of reads merged, field 6 -- # of writes merged 68 Reads and writes which are adjacent to each other may be merged for 83 Field 6 -- # of writes merged 114 Field 13 -- # of discards merged 179 eventual merges. As requests can be merged across partition, this could lead
|
/Linux-v5.4/drivers/md/ |
D | dm-stats.h | 21 bool merged; member
|
/Linux-v5.4/Documentation/process/ |
D | 6.Followthrough.rst | 130 burner so that the remaining patches can be worked into shape and merged. 139 merged into the mainline kernel. Congratulations! Once the celebration is 147 longer any question of your code being merged. Resist that temptation, 164 well make it harder for you to get work merged in the future. 180 after it's merged. The next time you post a patch, they will be evaluating 206 chances are that one of the two patches will not be merged, and "mine was 212 long after they have forgotten whose patch actually got merged.
|
D | index.rst | 14 it much easier for you to get your changes merged with a minimum of
|
D | 1.Intro.rst | 12 merged into the official ("mainline") kernel, including automatic 42 assuming that the job is done when a patch is merged into the mainline. 132 - Code which has been merged into the mainline kernel is available to all 151 which has been merged into the mainline has significantly lower 173 exists. Should that happen, getting your code merged will become much 243 to the kernel. All code merged into the mainline kernel retains its
|
/Linux-v5.4/Documentation/i2c/busses/ |
D | scx200_acb.rst | 7 The driver supersedes the older, never merged driver named i2c-nscacb.
|
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/ |
D | eb2410itx.rst | 41 The NAND and NOR support has been merged from the linux-mtd project.
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ti/ |
D | composite.txt | 17 merged to this clock. The component clocks shall be of one of the
|
/Linux-v5.4/Documentation/networking/ |
D | vxlan.txt | 21 iproute2 that matches the kernel release where VXLAN was first merged
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | dev-event.rst | 50 the oldest event that is about to be dropped will be merged with the
|
/Linux-v5.4/kernel/locking/ |
D | lockdep.c | 4084 int idx, unsigned int *merged) in reacquire_held_locks() argument 4105 *merged += (idx == first_idx); in reacquire_held_locks() 4121 unsigned int depth, merged = 0; in __lock_set_class() local 4150 if (reacquire_held_locks(curr, depth, i, &merged)) in __lock_set_class() 4157 if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - merged)) in __lock_set_class() 4165 unsigned int depth, merged = 0; in __lock_downgrade() local 4193 if (reacquire_held_locks(curr, depth, i, &merged)) in __lock_downgrade() 4197 if (DEBUG_LOCKS_WARN_ON(merged)) in __lock_downgrade() 4221 unsigned int depth, merged = 1; in __lock_release() local 4281 if (reacquire_held_locks(curr, depth, i + 1, &merged)) in __lock_release() [all …]
|