| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/ |
| H A D | wrap.hpp | 29 auto merged = clip<0>(features, -buffer, 1 + buffer, -1, 2); in wrap() local 34 merged.insert(merged.begin(), left.begin(), left.end()); in wrap() 39 merged.insert(merged.end(), right.begin(), right.end()); in wrap() 41 return merged; in wrap()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H 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()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | copy_buildsystem.py | 199 merged = {} 206 merged[invalue].append(line) 211 merged[invalue] = [] 220 if not line in merged[invalue]: 224 merged[invalue].append(line) 229 if not invalue in merged: 230 merged[invalue] = [] 251 write_sigs_file(merged_output, arch_order, merged)
|
| /OK3568_Linux_fs/device/rockchip/common/configs/ |
| H A D | Config.in.extra-part | 87 bool "merged into rootfs" 89 Virtual parition that merged into rootfs. 165 bool "merged into rootfs" 167 Virtual parition that merged into rootfs. 238 bool "merged into rootfs" 240 Virtual parition that merged into rootfs. 311 bool "merged into rootfs" 313 Virtual parition that merged into rootfs. 384 bool "merged into rootfs" 386 Virtual parition that merged into rootfs.
|
| /OK3568_Linux_fs/kernel/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).
|
| /OK3568_Linux_fs/buildroot/package/skeleton-custom/ |
| H A D | skeleton-custom.mk | 30 $(shell support/scripts/check-merged-usr.sh $(SKELETON_CUSTOM_PATH)) 36 using a merged /usr for the following directories: \
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | u-boot.lds | 11 /* Read-only sections, merged into text segment: */ 20 /* Read-write section, merged into data segment: */
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | u-boot.lds | 12 /* Read-only sections, merged into text segment: */ 26 /* Read-write section, merged into data segment: */
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | overlayfs.rst | 92 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 172 When a whiteout is found in the upper level of a merged directory, any 183 When a 'readdir' request is made on a merged directory, the upper and 184 lower directories are each read and the name lists merged in the [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A 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.
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | u-boot-nand.lds | 24 /* Read-only sections, merged into text segment: */ 38 /* Read-write section, merged into data segment: */
|
| H A D | u-boot.lds | 30 /* Read-only sections, merged into text segment: */ 44 /* Read-write section, merged into data segment: */
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/u-boot/board/cssi/MCR3000/ |
| H A D | u-boot.lds | 16 /* Read-only sections, merged into text segment: */ 38 /* Read-write section, merged into data segment: */
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | mq-deadline-cgroup.c | 72 ddcg_sum(blkcg, merged, prio) - in dd_pd_stat() 76 ddcg_sum(blkcg, merged, prio)); in dd_pd_stat()
|
| H A D | bfq-cgroup.c | 238 blkg_rwstat_add(&bfqg->stats.merged, op, 1); in bfqg_stats_update_io_merged() 366 blkg_rwstat_reset(&stats->merged); in bfqg_stats_reset() 387 blkg_rwstat_add_aux(&to->merged, &from->merged); in bfqg_stats_add_aux() 448 blkg_rwstat_exit(&stats->merged); in bfqg_stats_exit() 469 if (blkg_rwstat_init(&stats->merged, gfp) || in bfqg_stats_init() 1336 .private = offsetof(struct bfq_group, stats.merged), 1379 .private = offsetof(struct bfq_group, stats.merged),
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/stm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/ |
| H A D | cpumap.c | 304 struct perf_cpu_map *merged; in perf_cpu_map__merge() local 341 merged = cpu_map__trim_new(k, tmp_cpus); in perf_cpu_map__merge() 344 return merged; in perf_cpu_map__merge()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/ |
| H A D | README.md | 4 …These patches will be merged automatically in the corresponding common kernels. If the patch is al… 23 - If the patch is not merged from an upstream branch, the subject must be tagged with the type of p… 80 - If the patch has been merged into an upstream maintainer tree, but has not yet 81 been merged into Linux mainline
|