| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | extent_map.c | 237 struct extent_map *merge = NULL; in try_merge_map() local 254 merge = rb_entry(rb, struct extent_map, rb_node); in try_merge_map() 255 if (rb && mergable_maps(merge, em)) { in try_merge_map() 256 em->start = merge->start; in try_merge_map() 257 em->orig_start = merge->orig_start; in try_merge_map() 258 em->len += merge->len; in try_merge_map() 259 em->block_len += merge->block_len; in try_merge_map() 260 em->block_start = merge->block_start; in try_merge_map() 261 em->mod_len = (em->mod_len + em->mod_start) - merge->mod_start; in try_merge_map() 262 em->mod_start = merge->mod_start; in try_merge_map() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 89 …static __device__ void merge(const PointerTuple& smem, const ValTuple& val, unsigned int tid, unsi… in merge() function 94 For<I + 1, N>::merge(smem, val, tid, delta, op); in merge() 118 …static __device__ void merge(const PointerTuple&, const ValTuple&, unsigned int, unsigned int, con… in merge() function 155 …__device__ __forceinline__ void merge(volatile T* smem, T& val, unsigned int tid, unsigned int del… in merge() function 169 …__device__ __forceinline__ void merge(const thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>&… in merge() function 175 …ple_size<thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9> >::value>::merge(smem, val, tid, de… in merge() 199 merge(smem, val, tid, 1024, op); in reduce() 206 merge(smem, val, tid, 512, op); in reduce() 213 merge(smem, val, tid, 256, op); in reduce() 220 merge(smem, val, tid, 128, op); in reduce() [all …]
|
| H A D | reduce_key_val.hpp | 117 static __device__ void merge(const KeyPointerTuple& skeys, const KeyReferenceTuple& key, in merge() function 130 For<I + 1, N>::merge(skeys, key, svals, val, cmp, tid, delta); in merge() 159 static __device__ void merge(const KeyPointerTuple&, const KeyReferenceTuple&, in merge() function 241 …__device__ __forceinline__ void merge(volatile K* skeys, K& key, volatile V* svals, V& val, const … in merge() function 271 __device__ __forceinline__ void merge(volatile K* skeys, K& key, in merge() function 299 …__device__ __forceinline__ void merge(const thrust::tuple<KP0, KP1, KP2, KP3, KP4, KP5, KP6, KP7, … in merge() function 306 …hrust::tuple<VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9> >::value>::merge(skeys, key, svals,… in merge() 325 merge(skeys, key, svals, val, cmp, tid, 1024); in reduce() 332 merge(skeys, key, svals, val, cmp, tid, 512); in reduce() 339 merge(skeys, key, svals, val, cmp, tid, 256); in reduce() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 89 …static __device__ void merge(const PointerTuple& smem, const ValTuple& val, unsigned int tid, unsi… in merge() function 94 For<I + 1, N>::merge(smem, val, tid, delta, op); in merge() 118 …static __device__ void merge(const PointerTuple&, const ValTuple&, unsigned int, unsigned int, con… in merge() function 155 …__device__ __forceinline__ void merge(volatile T* smem, T& val, unsigned int tid, unsigned int del… in merge() function 169 …__device__ __forceinline__ void merge(const thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>&… in merge() function 175 …ple_size<thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9> >::value>::merge(smem, val, tid, de… in merge() 199 merge(smem, val, tid, 1024, op); in reduce() 206 merge(smem, val, tid, 512, op); in reduce() 213 merge(smem, val, tid, 256, op); in reduce() 220 merge(smem, val, tid, 128, op); in reduce() [all …]
|
| H A D | reduce_key_val.hpp | 117 static __device__ void merge(const KeyPointerTuple& skeys, const KeyReferenceTuple& key, in merge() function 130 For<I + 1, N>::merge(skeys, key, svals, val, cmp, tid, delta); in merge() 159 static __device__ void merge(const KeyPointerTuple&, const KeyReferenceTuple&, in merge() function 241 …__device__ __forceinline__ void merge(volatile K* skeys, K& key, volatile V* svals, V& val, const … in merge() function 271 __device__ __forceinline__ void merge(volatile K* skeys, K& key, in merge() function 299 …__device__ __forceinline__ void merge(const thrust::tuple<KP0, KP1, KP2, KP3, KP4, KP5, KP6, KP7, … in merge() function 306 …hrust::tuple<VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9> >::value>::merge(skeys, key, svals,… in merge() 325 merge(skeys, key, svals, val, cmp, tid, 1024); in reduce() 332 merge(skeys, key, svals, val, cmp, tid, 512); in reduce() 339 merge(skeys, key, svals, val, cmp, tid, 256); in reduce() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 89 …static __device__ void merge(const PointerTuple& smem, const ValTuple& val, unsigned int tid, unsi… in merge() function 94 For<I + 1, N>::merge(smem, val, tid, delta, op); in merge() 118 …static __device__ void merge(const PointerTuple&, const ValTuple&, unsigned int, unsigned int, con… in merge() function 155 …__device__ __forceinline__ void merge(volatile T* smem, T& val, unsigned int tid, unsigned int del… in merge() function 169 …__device__ __forceinline__ void merge(const thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>&… in merge() function 175 …ple_size<thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9> >::value>::merge(smem, val, tid, de… in merge() 199 merge(smem, val, tid, 1024, op); in reduce() 206 merge(smem, val, tid, 512, op); in reduce() 213 merge(smem, val, tid, 256, op); in reduce() 220 merge(smem, val, tid, 128, op); in reduce() [all …]
|
| H A D | reduce_key_val.hpp | 117 static __device__ void merge(const KeyPointerTuple& skeys, const KeyReferenceTuple& key, in merge() function 130 For<I + 1, N>::merge(skeys, key, svals, val, cmp, tid, delta); in merge() 159 static __device__ void merge(const KeyPointerTuple&, const KeyReferenceTuple&, in merge() function 241 …__device__ __forceinline__ void merge(volatile K* skeys, K& key, volatile V* svals, V& val, const … in merge() function 271 __device__ __forceinline__ void merge(volatile K* skeys, K& key, in merge() function 299 …__device__ __forceinline__ void merge(const thrust::tuple<KP0, KP1, KP2, KP3, KP4, KP5, KP6, KP7, … in merge() function 306 …hrust::tuple<VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9> >::value>::merge(skeys, key, svals,… in merge() 325 merge(skeys, key, svals, val, cmp, tid, 1024); in reduce() 332 merge(skeys, key, svals, val, cmp, tid, 512); in reduce() 339 merge(skeys, key, svals, val, cmp, tid, 256); in reduce() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/maintainer/ |
| H A D | rebasing-and-merging.rst | 16 the kernel community is not scared by seeing merge commits in its 68 newer base or avoiding a merge with an upstream repository is not 84 A frequent cause of merge-window trouble is when Linus is presented with a 98 development cycle included 1,126 merge commits - nearly 9% of the total. 101 independently of the others. So naturally, at least one merge will be 105 current trunk so that no merge commits appear in the history. The kernel 118 on such a pull request will almost certainly generate a merge commit; that 120 the --no-ff flag to force the addition of a merge commit in the rare cases 121 where one would not normally be created so that the reasons for the merge 122 can be recorded. The changelog for the merge should, for any kind of [all …]
|
| H A D | maintainer-entry-profile.rst | 54 sent at any time before the merge window closes and can still be 56 be settled in soaking in linux-next in advance of the merge window 62 New feature submissions targeting the next merge window should have 65 the NEXT+1 merge window, or should come with sufficient justification 70 - Last -rc to merge features: Deadline for merge decisions 72 set will need to wait for the NEXT+1 merge window. Of course there is no 75 resubmit for the following merge window.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | snapshot.rst | 12 - To merge a snapshot of a block device back into the snapshot's origin 19 For snapshot merge the contents of the COW storage are merged back into 24 snapshot, snapshot-origin, and snapshot-merge. 55 snapshot-origin or snapshot-merge target must be suspended. A failure to 73 - snapshot-merge <origin> <COW device> <persistent> <chunksize> 84 has started (in the background) the <origin> may be opened and the merge 124 How snapshot-merge is used by LVM2 128 "snapshot-merge". The "-real" device is not changed and the "-cow" 131 COW device to the "snapshot-merge" is deactivated (unless using lvchange 134 A snapshot will merge into its origin with the following command:: [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/ |
| H A D | 0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch | 35 @@ -55,11 +55,11 @@ def merge(gcls1, gcls2): 36 gcl1.merge(gcl2) 47 merge(gcls_base, gcls) 81 @@ -47,11 +47,11 @@ def merge(gcls1, gcls2): 82 gcl1.merge(gcl2) 93 merge(gcls_base, gcls)
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | efi.c | 89 bool merge = true; in efi_build_mem_table() local 98 merge = false; in efi_build_mem_table() 100 merge = false; in efi_build_mem_table() 102 merge = false; in efi_build_mem_table() 104 merge = false; in efi_build_mem_table() 106 if (merge) { in efi_build_mem_table()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | inchash.h | 110 void merge (hash &other) in merge() function 141 merge (b); in add_commutative() 142 merge (a); in add_commutative() 146 merge (a); in add_commutative() 147 merge (b); in add_commutative()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | inchash.h | 110 void merge (hash &other) in merge() function 141 merge (b); in add_commutative() 142 merge (a); in add_commutative() 146 merge (a); in add_commutative() 147 merge (b); in add_commutative()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | offload.c | 588 struct nfp_flower_merge_check *merge, in nfp_flower_update_merge_with_actions() argument 618 merge->tci = cpu_to_be16(0xffff); in nfp_flower_update_merge_with_actions() 621 merge->tci = cpu_to_be16(0); in nfp_flower_update_merge_with_actions() 625 eth_broadcast_addr(&merge->l2.mac_dst[0]); in nfp_flower_update_merge_with_actions() 626 eth_broadcast_addr(&merge->l2.mac_src[0]); in nfp_flower_update_merge_with_actions() 627 memset(&merge->l4, 0xff, in nfp_flower_update_merge_with_actions() 630 memset(&merge->ipv6, 0xff, in nfp_flower_update_merge_with_actions() 633 memset(&merge->ipv4, 0xff, in nfp_flower_update_merge_with_actions() 639 merge->l2.mac_dst[i] |= eth->eth_addr_mask[i]; in nfp_flower_update_merge_with_actions() 641 merge->l2.mac_src[i] |= in nfp_flower_update_merge_with_actions() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/intltool/intltool/ |
| H A D | intltool-nowarn.patch | 13 Index: intltool-0.50.0/intltool-merge.in 15 --- intltool-0.50.0.orig/intltool-merge.in 2011-10-08 17:52:01.000000000 +0300 16 +++ intltool-0.50.0/intltool-merge.in 2011-12-07 16:05:55.000000000 +0200
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | list.tcc | 394 merge(list&& __x) in merge() function in std::list 396 merge(list& __x) in merge() 441 merge(list&& __x, _StrictWeakOrdering __comp) in merge() function in std::list 443 merge(list& __x, _StrictWeakOrdering __comp) in merge() 507 __counter->merge(__carry); in sort() 517 __counter->merge(*(__counter - 1)); in sort() 605 __counter->merge(__carry, __comp); in sort() 615 __counter->merge(*(__counter - 1), __comp); in sort()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | list.tcc | 394 merge(list&& __x) in merge() function in std::list 396 merge(list& __x) in merge() 441 merge(list&& __x, _StrictWeakOrdering __comp) in merge() function in std::list 443 merge(list& __x, _StrictWeakOrdering __comp) in merge() 507 __counter->merge(__carry); in sort() 517 __counter->merge(*(__counter - 1)); in sort() 605 __counter->merge(__carry, __comp); in sort() 615 __counter->merge(*(__counter - 1), __comp); in sort()
|
| /OK3568_Linux_fs/kernel/fs/notify/ |
| H A D | notification.c | 86 int (*merge)(struct list_head *, in fsnotify_add_event() 113 if (!list_empty(list) && merge) { in fsnotify_add_event() 114 ret = merge(list, event); in fsnotify_add_event()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/menu-cache/files/ |
| H A D | 0001-Support-gcc10-compilation.patch | 8 /bin/ld: menu-merge.o:menu-cache-gen/menu-tags.h:167: multiple definition of `DirDirs'; main.o:menu… 9 /bin/ld: menu-merge.o:menu-cache-gen/menu-tags.h:164: multiple definition of `AppDirs'; main.o:menu… 10 /bin/ld: menu-merge.o:menu-cache-gen/menu-tags.h:52: multiple definition of `menuTag_Layout'; main.… 98 /* parse and merge menu files */
|
| /OK3568_Linux_fs/buildroot/package/menu-cache/ |
| H A D | 0001-Support-gcc10-compilation.patch | 8 /bin/ld: menu-merge.o:menu-cache-gen/menu-tags.h:167: multiple definition of `DirDirs'; main.o:menu… 9 /bin/ld: menu-merge.o:menu-cache-gen/menu-tags.h:164: multiple definition of `AppDirs'; main.o:menu… 10 /bin/ld: menu-merge.o:menu-cache-gen/menu-tags.h:52: multiple definition of `menuTag_Layout'; main.… 99 /* parse and merge menu files */
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | list_sort.c | 19 static struct list_head *merge(void *priv, cmp_func cmp, in merge() function 230 a = merge(priv, cmp, b, a); in list_sort() 252 list = merge(priv, cmp, pending, list); in list_sort()
|
| /OK3568_Linux_fs/kernel/Documentation/block/ |
| H A D | deadline-iosched.rst | 62 request, or it fits at the front. That is called either a back merge candidate 63 or a front merge candidate. Due to the way files are typically laid out, 66 front merge requests. Setting front_merges to 0 disables this functionality. 69 rbtree front sector lookup when the io scheduler merge function is called.
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | gitutil.py | 130 merge = command.OutputOneLine('git', '--git-dir', git_dir, 'config', 137 return merge, None 138 elif remote and merge: 139 leaf = merge.split('/')[-1] 143 "'%s' remote='%s', merge='%s'" % (branch, remote, merge))
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | resulttool | 40 import resulttool.merge 58 resulttool.merge.register_commands(subparsers)
|