Home
last modified time | relevance | path

Searched refs:splice (Results 1 – 25 of 99) sorted by relevance

1234

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dsplice.rst2 splice and pipes
5 splice API
8 splice is a method for moving blocks of data around inside the kernel,
11 .. kernel-doc:: fs/splice.c
H A Dindex.rst24 splice
/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 Dlist.tcc124 splice(__position, __tmp); in insert()
141 splice(__position, __tmp); in insert()
501 __carry.splice(__carry.begin(), *this, begin()); in sort()
522 this->splice(this->end(), __carry); in sort()
524 this->splice(this->end(), __tmp[__i]); in sort()
599 __carry.splice(__carry.begin(), *this, begin()); in sort()
620 this->splice(this->end(), __carry); in sort()
622 this->splice(this->end(), __tmp[__i]); in sort()
H A Dstl_list.h1365 splice(__position, __tmp); in _GLIBCXX_VISIBILITY()
1410 splice(__position, __tmp); in _GLIBCXX_VISIBILITY()
1518 splice(const_iterator __position, list&& __x) noexcept in _GLIBCXX_VISIBILITY()
1520 splice(iterator __position, list& __x) in _GLIBCXX_VISIBILITY()
1537 splice(const_iterator __position, list& __x) noexcept in _GLIBCXX_VISIBILITY()
1538 { splice(__position, std::move(__x)); } in _GLIBCXX_VISIBILITY()
1553 splice(const_iterator __position, list&& __x, const_iterator __i) noexcept in _GLIBCXX_VISIBILITY()
1565 splice(iterator __position, list& __x, iterator __i) in _GLIBCXX_VISIBILITY()
1595 splice(const_iterator __position, list& __x, const_iterator __i) noexcept in _GLIBCXX_VISIBILITY()
1596 { splice(__position, std::move(__x), __i); } in _GLIBCXX_VISIBILITY()
[all …]
/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 Dlist.tcc124 splice(__position, __tmp); in insert()
141 splice(__position, __tmp); in insert()
501 __carry.splice(__carry.begin(), *this, begin()); in sort()
522 this->splice(this->end(), __carry); in sort()
524 this->splice(this->end(), __tmp[__i]); in sort()
599 __carry.splice(__carry.begin(), *this, begin()); in sort()
620 this->splice(this->end(), __carry); in sort()
622 this->splice(this->end(), __tmp[__i]); in sort()
H A Dstl_list.h1365 splice(__position, __tmp); in _GLIBCXX_VISIBILITY()
1410 splice(__position, __tmp); in _GLIBCXX_VISIBILITY()
1518 splice(const_iterator __position, list&& __x) noexcept in _GLIBCXX_VISIBILITY()
1520 splice(iterator __position, list& __x) in _GLIBCXX_VISIBILITY()
1537 splice(const_iterator __position, list& __x) noexcept in _GLIBCXX_VISIBILITY()
1538 { splice(__position, std::move(__x)); } in _GLIBCXX_VISIBILITY()
1553 splice(const_iterator __position, list&& __x, const_iterator __i) noexcept in _GLIBCXX_VISIBILITY()
1565 splice(iterator __position, list& __x, iterator __i) in _GLIBCXX_VISIBILITY()
1595 splice(const_iterator __position, list& __x, const_iterator __i) noexcept in _GLIBCXX_VISIBILITY()
1596 { splice(__position, std::move(__x), __i); } in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dordered-data.c558 LIST_HEAD(splice); in btrfs_wait_ordered_extents()
567 list_splice_init(&root->ordered_extents, &splice); in btrfs_wait_ordered_extents()
568 while (!list_empty(&splice) && nr) { in btrfs_wait_ordered_extents()
569 ordered = list_first_entry(&splice, struct btrfs_ordered_extent, in btrfs_wait_ordered_extents()
596 list_splice_tail(&splice, &root->ordered_extents); in btrfs_wait_ordered_extents()
614 struct list_head splice; in btrfs_wait_ordered_roots() local
617 INIT_LIST_HEAD(&splice); in btrfs_wait_ordered_roots()
621 list_splice_init(&fs_info->ordered_roots, &splice); in btrfs_wait_ordered_roots()
622 while (!list_empty(&splice) && nr) { in btrfs_wait_ordered_roots()
623 root = list_first_entry(&splice, struct btrfs_root, in btrfs_wait_ordered_roots()
[all …]
H A Ddisk-io.c4386 struct list_head splice; in btrfs_destroy_all_ordered_extents() local
4388 INIT_LIST_HEAD(&splice); in btrfs_destroy_all_ordered_extents()
4391 list_splice_init(&fs_info->ordered_roots, &splice); in btrfs_destroy_all_ordered_extents()
4392 while (!list_empty(&splice)) { in btrfs_destroy_all_ordered_extents()
4393 root = list_first_entry(&splice, struct btrfs_root, in btrfs_destroy_all_ordered_extents()
4501 struct list_head splice; in btrfs_destroy_delalloc_inodes() local
4503 INIT_LIST_HEAD(&splice); in btrfs_destroy_delalloc_inodes()
4506 list_splice_init(&root->delalloc_inodes, &splice); in btrfs_destroy_delalloc_inodes()
4508 while (!list_empty(&splice)) { in btrfs_destroy_delalloc_inodes()
4510 btrfs_inode = list_first_entry(&splice, struct btrfs_inode, in btrfs_destroy_delalloc_inodes()
[all …]
/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/debug/
H A Dlist555 splice(const_iterator __position, list&& __x) noexcept
557 splice(iterator __position, list& __x)
564 _Base::splice(__position.base(), _GLIBCXX_MOVE(__x._M_base()));
569 splice(const_iterator __position, list& __x) noexcept
570 { splice(__position, std::move(__x)); }
575 splice(const_iterator __position, list&& __x, const_iterator __i) noexcept
577 splice(iterator __position, list& __x, iterator __i)
595 _Base::splice(__position.base(), _GLIBCXX_MOVE(__x._M_base()),
601 splice(const_iterator __position, list& __x, const_iterator __i) noexcept
602 { splice(__position, std::move(__x), __i); }
[all …]
/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/debug/
H A Dlist555 splice(const_iterator __position, list&& __x) noexcept
557 splice(iterator __position, list& __x)
564 _Base::splice(__position.base(), _GLIBCXX_MOVE(__x._M_base()));
569 splice(const_iterator __position, list& __x) noexcept
570 { splice(__position, std::move(__x)); }
575 splice(const_iterator __position, list&& __x, const_iterator __i) noexcept
577 splice(iterator __position, list& __x, iterator __i)
595 _Base::splice(__position.base(), _GLIBCXX_MOVE(__x._M_base()),
601 splice(const_iterator __position, list& __x, const_iterator __i) noexcept
602 { splice(__position, std::move(__x), __i); }
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlist124 void splice(const_iterator position, list& x);
125 void splice(const_iterator position, list&& x);
126 void splice(const_iterator position, list& x, const_iterator i);
127 void splice(const_iterator position, list&& x, const_iterator i);
128 void splice(const_iterator position, list& x, const_iterator first,
130 void splice(const_iterator position, list&& x, const_iterator first,
1060 void splice(const_iterator __p, list& __c);
1063 void splice(const_iterator __p, list&& __c) {splice(__p, __c);}
1065 void splice(const_iterator __p, list&& __c, const_iterator __i)
1066 {splice(__p, __c, __i);}
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlist124 void splice(const_iterator position, list& x);
125 void splice(const_iterator position, list&& x);
126 void splice(const_iterator position, list& x, const_iterator i);
127 void splice(const_iterator position, list&& x, const_iterator i);
128 void splice(const_iterator position, list& x, const_iterator first,
130 void splice(const_iterator position, list&& x, const_iterator first,
1060 void splice(const_iterator __p, list& __c);
1063 void splice(const_iterator __p, list&& __c) {splice(__p, __c);}
1065 void splice(const_iterator __p, list&& __c, const_iterator __i)
1066 {splice(__p, __c, __i);}
[all …]
/OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c127 rlen = splice(ts->in_fd, NULL, ts->read_pipe, NULL, in rw_thread_main()
148 ret = splice(ts->write_pipe, NULL, ts->out_fd, NULL, in rw_thread_main()
H A DREADME6 - splice a page of ring-buffer to read_pipe without memory copying
7 - splice the page from write_pipe to virtio-console without memory copying
/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 Dvec.h594 void splice (const vec &);
595 void splice (const vec *src);
849 dst->splice (*src);
981 vec<T, A, vl_embed>::splice (const vec<T, A, vl_embed> &src)
994 vec<T, A, vl_embed>::splice (const vec<T, A, vl_embed> *src)
997 splice (*src);
1457 void splice (const vec &);
1810 vec<T, va_heap, vl_ptr>::splice (const vec<T, va_heap, vl_ptr> &src)
1813 m_vec->splice (*(src.m_vec));
1830 splice (src);
/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 Dvec.h594 void splice (const vec &);
595 void splice (const vec *src);
849 dst->splice (*src);
981 vec<T, A, vl_embed>::splice (const vec<T, A, vl_embed> &src)
994 vec<T, A, vl_embed>::splice (const vec<T, A, vl_embed> *src)
997 splice (*src);
1457 void splice (const vec &);
1810 vec<T, va_heap, vl_ptr>::splice (const vec<T, va_heap, vl_ptr> &src)
1813 m_vec->splice (*(src.m_vec));
1830 splice (src);
/OK3568_Linux_fs/kernel/tools/testing/selftests/splice/
H A Ddefault_file_splice_read.c7 splice(0, 0, 1, 0, 1<<30, 0); in main()
H A Dsplice_read.c48 spliced = splice(fd, NULL, STDOUT_FILENO, NULL, in main()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A DCVE-2018-1000097.patch16 $ valgrind -- ./unshar /tmp/id\:000000\,sig\:06\,src\:000005+000030\,op\:splice\,rep\:4
20 ==30582== Command: ./unshar /tmp/id:000000,sig:06,src:000005+000030,op:splice,rep:4
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js61 …;i<result.length;i++){for(j=0;j<b.length;j++){if(result[i]===b[j]){result.splice(i,1);i--;break;}}}
127 …acks(a,callbacks,[b,a]);}}(args[0],args[1]))&&innerEquiv.apply(this,args.splice(1,args.length-1)))…
167 …ength<this.DiffEditCost/2)&&(preIns+preDel+postIns+postDel)===3))){diffs.splice(equalities[equalit…
195splice(pointer-countDelete-countInsert,countDelete+countInsert);pointer=pointer-countDelete-countI…
210 …astequality.length<=Math.max(lengthInsertions2,lengthDeletions2))){diffs.splice(equalities[equalit…
213splice(pointer,0,[DIFF_EQUAL,insertion.substring(0,overlapLength1)]);diffs[pointer-1][1]=deletion.…
225 …lete-countInsert-1][1]+=textInsert.substring(0,commonlength);}else{diffs.splice(0,0,[DIFF_EQUAL,te…
231splice(pointer-countInsert,countDelete+countInsert,[DIFF_INSERT,textInsert]);}else if(countInsert=…
232 …pointer-1][0]===DIFF_EQUAL){diffs[pointer-1][1]+=diffs[pointer][1];diffs.splice(pointer,1);}else{p…
238 …ength);diffs[pointer+1][1]=diffs[pointer-1][1]+diffs[pointer+1][1];diffs.splice(pointer-1,1);chang…
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects.h78 EFFECT(splice)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-support/fuse/files/
H A Dfuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch17 AC_CHECK_FUNCS([fork setxattr fdatasync splice vmsplice utimensat])
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DFEATURES.in91 ** splice: Perform the equivalent of a cross-faded tape splice
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/
H A Dbackported.patch36 - remove SPLICE_F_NONBLOCK to fix problem with slow splice() (Jan Seda)
/OK3568_Linux_fs/buildroot/package/libfuse/
H A D0002-util-ulockmgr_server-c-conditionally-define-closefrom-fix-glibc-2-34.patch28 AC_CHECK_FUNCS([fork setxattr fdatasync splice vmsplice utimensat])

1234