/linux-6.3-rc2/tools/testing/selftests/sync/ |
A 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() 67 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait() 73 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait() 79 ret = sync_wait(merged, 100); in test_fence_multi_timeline_wait() [all …]
|
A 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()
|
A 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()
|
A 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-6.3-rc2/tools/perf/tests/ |
A D | maps.c | 16 static int check_maps(struct map_def *merged, unsigned int size, struct maps *maps) in check_maps() argument 25 TEST_ASSERT_VAL("wrong map start", map->start == merged[i].start); in check_maps() 26 TEST_ASSERT_VAL("wrong map end", map->end == merged[i].end); in check_maps() 27 TEST_ASSERT_VAL("wrong map name", !strcmp(map->dso->name, merged[i].name)); in check_maps()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | procfs-diskstats | 14 5 reads merged 18 9 writes merged 31 16 discards merged
|
A D | sysfs-kernel-mm-ksm | 52 When it is set to 0 only pages from the same node are merged, 53 otherwise pages from all nodes can be merged together (default).
|
/linux-6.3-rc2/mm/kmsan/ |
A D | init.c | 33 bool merged = false; in kmsan_record_future_shadow_range() local 56 merged = true; in kmsan_record_future_shadow_range() 59 if (merged) in kmsan_record_future_shadow_range()
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | ksm.rst | 26 KSM's merged pages were originally locked into kernel memory, but can now 46 unmerges whatever it merged in that range. Note: this unmerging call 92 specifies if pages from different NUMA nodes can be merged. 109 * set to 0 to stop ksmd from running but keep merged pages, 111 * set to 2 to stop ksmd and unmerge all pages currently merged, but 120 empty pages are merged with the kernel zero page(s) instead of 128 effective for pages merged after the change. 191 be merged, but some may not be abled to be merged after being checked
|
/linux-6.3-rc2/Documentation/block/ |
A 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 64 These values increment when an I/O request is merged with an
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | overlayfs.rst | 90 merged with the 'upper' object. 121 "upperdir" are combined into a merged directory: 124 workdir=/work /merged 129 Then whenever a lookup is requested in such a merged directory, the 132 actual lookups find directories, both are stored and a merged 136 Only the lists of names from directories are merged. Other content 161 lower directories are each read and the name lists merged in the 163 exist are not re-added). This merged name list is cached in the 244 on the index entry. On lookup of a merged directory, if the upper 322 mount --bind /upper /merged [all …]
|
/linux-6.3-rc2/drivers/hwtracing/stm/ |
A D | policy.c | 204 struct configfs_attribute **merged; in get_policy_node_type() local 211 merged = memcat_p(stp_policy_node_attrs, attrs); in get_policy_node_type() 212 if (!merged) { in get_policy_node_type() 217 type->ct_attrs = merged; in get_policy_node_type()
|
/linux-6.3-rc2/tools/lib/perf/ |
A D | cpumap.c | 356 struct perf_cpu_map *merged; in perf_cpu_map__merge() local 388 merged = cpu_map__trim_new(k, tmp_cpus); in perf_cpu_map__merge() 391 return merged; in perf_cpu_map__merge()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/ |
A D | dlg,da9063.yaml | 76 "^(ldo([1-9]|1[01])|bcore([1-2]|s-merged)|b(pro|mem|io|peri)|bmem-bio-merged)$":
|
/linux-6.3-rc2/tools/testing/kunit/ |
A D | kunit_kernel.py | 171 merged = kunit_config.Kconfig() 180 diff = merged.conflicting_options(partial) 184 merged.merge_in_entries(partial) 185 return merged
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | iostats.rst | 68 Field 2 -- # of reads merged, field 6 -- # of writes merged (unsigned long) 69 Reads and writes which are adjacent to each other may be merged for 84 Field 6 -- # of writes merged (unsigned long) 115 Field 13 -- # of discards merged (unsigned long) 192 eventual merges. As requests can be merged across partition, this could lead
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-stats.h | 20 bool merged; member
|
/linux-6.3-rc2/block/ |
A D | bfq-cgroup.c | 238 blkg_rwstat_add(&bfqg->stats.merged, opf, 1); in bfqg_stats_update_io_merged() 359 blkg_rwstat_reset(&stats->merged); in bfqg_stats_reset() 380 blkg_rwstat_add_aux(&to->merged, &from->merged); in bfqg_stats_add_aux() 441 blkg_rwstat_exit(&stats->merged); in bfqg_stats_exit() 462 if (blkg_rwstat_init(&stats->merged, gfp) || in bfqg_stats_init() 1362 .private = offsetof(struct bfq_group, stats.merged), 1405 .private = offsetof(struct bfq_group, stats.merged),
|
/linux-6.3-rc2/Documentation/nvdimm/ |
A D | maintainer-entry-profile.rst | 10 patch acceptance and upstream merge. Patches are merged to either the 19 are cases where patches are more suitable to be merged through a
|
/linux-6.3-rc2/Documentation/ABI/obsolete/ |
A D | sysfs-bus-iio | 31 Since kernel 5.11 the scan_elements attributes are merged into 66 Since kernel 5.11 the scan_elements attributes are merged into 108 Since kernel 5.11 the scan_elements attributes are merged into 147 Since kernel 5.11 the scan_elements attributes are merged into
|
/linux-6.3-rc2/Documentation/process/ |
A 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.
|
A 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
|
A D | index.rst | 15 it much easier for you to get your changes merged with a minimum of
|
/linux-6.3-rc2/arch/riscv/boot/dts/sifive/ |
A D | hifive-unmatched-a00.dts | 140 vdd_bcore: bcores-merged { 164 vdd_bmem_bio: bmem-bio-merged {
|
/linux-6.3-rc2/Documentation/i2c/busses/ |
A D | scx200_acb.rst | 7 The driver supersedes the older, never merged driver named i2c-nscacb.
|