/openbmc/linux/tools/testing/selftests/sync/ |
H 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() 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 …]
|
H 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()
|
H 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()
|
H 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()
|
/openbmc/linux/tools/perf/tests/ |
H A D | maps.c | 17 static int check_maps(struct map_def *merged, unsigned int size, struct maps *maps) in check_maps() argument 30 if (map__start(map) != merged[i].start || in check_maps() 31 map__end(map) != merged[i].end || in check_maps() 32 strcmp(map__dso(map)->name, merged[i].name) || in check_maps() 43 merged[i].start, merged[i].end, merged[i].name); in check_maps()
|
/openbmc/qemu/tests/unit/ |
H A D | test-qemu-opts.c | 842 QemuOptsList *merged; in test_opts_append_to_null() local 844 merged = qemu_opts_append(NULL, &opts_list_01); in test_opts_append_to_null() 845 g_assert(merged != &opts_list_01); in test_opts_append_to_null() 847 g_assert_cmpstr(merged->name, ==, NULL); in test_opts_append_to_null() 848 g_assert_cmpstr(merged->implied_opt_name, ==, NULL); in test_opts_append_to_null() 849 g_assert_false(merged->merge_lists); in test_opts_append_to_null() 851 append_verify_list_01(merged->desc, true); in test_opts_append_to_null() 853 qemu_opts_free(merged); in test_opts_append_to_null() 858 QemuOptsList *first, *merged; in test_opts_append() local 861 merged = qemu_opts_append(first, &opts_list_01); in test_opts_append() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | procfs-diskstats | 14 5 reads merged 18 9 writes merged 31 16 discards merged
|
H 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).
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | copy_buildsystem.py | 204 merged = {} 212 merged[invalue].append(line) 217 merged[invalue] = [] 229 if not line in merged[invalue]: 233 merged[invalue].append(line) 238 if not invalue in merged: 239 merged[invalue] = [] 261 write_sigs_file(merged_output, arch_order, merged)
|
/openbmc/linux/tools/lib/perf/ |
H A D | cpumap.c | 410 struct perf_cpu_map *merged; in perf_cpu_map__merge() local 442 merged = cpu_map__trim_new(k, tmp_cpus); in perf_cpu_map__merge() 445 return merged; in perf_cpu_map__merge() 454 struct perf_cpu_map *merged = NULL; in perf_cpu_map__intersect() local 478 merged = cpu_map__trim_new(k, tmp_cpus); in perf_cpu_map__intersect() 480 return merged; in perf_cpu_map__intersect()
|
/openbmc/qemu/util/ |
H A D | keyval.c | 322 static void keyval_do_merge(QDict *dest, const QDict *merged, GString *str, Error **errp) in keyval_do_merge() argument 328 for (ent = qdict_first(merged); ent; ent = qdict_next(merged, ent)) { in keyval_do_merge() 386 void keyval_merge(QDict *dest, const QDict *merged, Error **errp) in keyval_merge() argument 391 keyval_do_merge(dest, merged, str, errp); in keyval_merge()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | u-boot.lds | 10 /* Read-only sections, merged into text segment: */ 19 /* Read-write section, merged into data segment: */
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | u-boot.lds | 11 /* Read-only sections, merged into text segment: */ 25 /* Read-write section, merged into data segment: */
|
/openbmc/linux/mm/kmsan/ |
H 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()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | u-boot-nand.lds | 23 /* Read-only sections, merged into text segment: */ 37 /* Read-write section, merged into data segment: */
|
H A D | u-boot.lds | 29 /* Read-only sections, merged into text segment: */ 43 /* Read-write section, merged into data segment: */
|
/openbmc/qemu/hw/remote/ |
H A D | proxy-memory-listener.c | 85 bool merged = false; in try_merge() local 125 merged = true; in try_merge() 136 return merged; in try_merge()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-maintainer-entry-profile.rst | 10 Patches are generally merged to the for-next branch of the appropriate 12 After a testing period, the for-next branch is merged to the master 15 Kernel code are merged to the xfs-linux tree[0]. 16 Userspace code are merged to the xfsprogs tree[1]. 17 Test cases are merged to the xfstests tree[2]. 18 Ondisk format documentation are merged to the xfs-documentation tree[3]. 110 These patches will be merged back to the for-next branch.
|
H A D | overlayfs.rst | 90 merged with the 'upper' object. 117 Where both upper and lower objects are directories, a merged directory 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 149 When a whiteout is found in the upper level of a merged directory, any 160 When a 'readdir' request is made on a merged directory, the upper and 161 lower directories are each read and the name lists merged in the [all …]
|
/openbmc/u-boot/board/cssi/MCR3000/ |
H A D | u-boot.lds | 15 /* Read-only sections, merged into text segment: */ 36 /* Read-write section, merged into data segment: */
|
/openbmc/linux/Documentation/block/ |
H 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
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H 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. 202 be merged, but some may not be abled to be merged after being checked
|
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.cpp | 236 bool merged = false; in mergeEntityAssociations() local 286 merged = true; in mergeEntityAssociations() 291 if (merged) in mergeEntityAssociations() 297 if (merged) in mergeEntityAssociations() 466 static bool merged = false; in processHostPDRs() local 542 merged = true; in processHostPDRs() 658 if (merged) in processHostPDRs() 660 merged = false; in processHostPDRs()
|
/openbmc/linux/drivers/hwtracing/stm/ |
H 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()
|
/openbmc/linux/Documentation/admin-guide/ |
H 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
|