Home
last modified time | relevance | path

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

12345

/openbmc/linux/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
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0001-include-libgen.h-for-basename-API-prototype.patch15 src/splice-test.c | 1 +
22 diff --git a/src/splice-test.c b/src/splice-test.c
24 --- a/src/splice-test.c
25 +++ b/src/splice-test.c
H A D0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch26 fscrypt-crypt-util bulkstat_null_ocount splice-test chprojid_fail \
/openbmc/linux/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
/openbmc/linux/fs/btrfs/
H A Dordered-data.c690 LIST_HEAD(splice); in btrfs_wait_ordered_extents()
699 list_splice_init(&root->ordered_extents, &splice); in btrfs_wait_ordered_extents()
700 while (!list_empty(&splice) && nr) { in btrfs_wait_ordered_extents()
701 ordered = list_first_entry(&splice, struct btrfs_ordered_extent, in btrfs_wait_ordered_extents()
728 list_splice_tail(&splice, &root->ordered_extents); in btrfs_wait_ordered_extents()
746 LIST_HEAD(splice); in btrfs_wait_ordered_roots()
751 list_splice_init(&fs_info->ordered_roots, &splice); in btrfs_wait_ordered_roots()
752 while (!list_empty(&splice) && nr) { in btrfs_wait_ordered_roots()
753 root = list_first_entry(&splice, struct btrfs_root, in btrfs_wait_ordered_roots()
770 list_splice_tail(&splice, &fs_info->ordered_roots); in btrfs_wait_ordered_roots()
/openbmc/linux/rust/macros/
H A Dpaste.rs83 tokens.splice(i + 3..i + 4, group.stream()); in expand()
90 tokens.splice(i..i + 1, group.stream()); in expand()
H A Dpinned_drop.rs38 toks.splice(idx..idx, quote!(::kernel::init::)); in pinned_drop()
/openbmc/linux/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()
/openbmc/openbmc/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
/openbmc/linux/io_uring/
H A DMakefile5 obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
/openbmc/phosphor-webui/app/common/directives/
H A Dsyslog-filter.js27 $scope.selectedSeverityList.splice(index, 1);
/openbmc/openbmc/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 …]
H A Djquery.treetable.js133 return this.children.splice(i, 1)
350 this.nodes.splice($.inArray(node, this.nodes), 1);
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dnetwork-controller.js45 $scope.interface.Nameservers.splice(index, 1);
59 $scope.interface.ipv4.values.splice(index, 1);
H A Dsnmp-controller.js52 $scope.managers.splice(index, 1);
H A Ddate-time-controller.js163 $scope.ntp.servers.splice(index, 1);
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/
H A Dfuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch19 AC_CHECK_FUNCS([fork setxattr fdatasync splice vmsplice utimensat])
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_syscall_macro.c76 r = splice(-42, &off_in, 42, &off_out, 0x12340000, SPLICE_F_NONBLOCK); in test_bpf_syscall_macro()
/openbmc/linux/tools/testing/selftests/net/
H A Dtls.c705 EXPECT_GE(splice(p[0], NULL, self->fd, NULL, send_len, 0), 0); in TEST_F()
721 EXPECT_EQ(splice(p[0], NULL, self->fd, NULL, send_pipe, f), 1); in TEST_F()
737 EXPECT_EQ(splice(p[0], NULL, self->fd, NULL, 8000, 0), 8000); in TEST_F()
739 EXPECT_EQ(splice(p2[0], NULL, self->fd, NULL, 8000, 0), 8000); in TEST_F()
760 EXPECT_GE(splice(p[0], NULL, self->fd, NULL, send_len, 0), send_len); in TEST_F()
777 EXPECT_EQ(splice(self->cfd, NULL, p[1], NULL, send_len, 0), send_len); in TEST_F()
795 EXPECT_EQ(splice(self->cfd, NULL, p[1], NULL, send_len, 0), -1); in TEST_F()
820 EXPECT_EQ(splice(self->cfd, NULL, p[1], NULL, send_len, 0), -1); in TEST_F()
840 EXPECT_EQ(splice(self->cfd, NULL, p[1], NULL, half, SPLICE_F_NONBLOCK), in TEST_F()
868 i = splice(self->cfd, NULL, p[1], NULL, send_len - n, 0); in TEST_F()
/openbmc/webui-vue/src/env/components/AppNavigation/
H A Dibm.js181 operationNavigationItems.splice(2, 0, pageKeyClear);
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/
H A Dbackported.patch38 - remove SPLICE_F_NONBLOCK to fix problem with slow splice() (Jan Seda)
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dlog-controller.js153 $scope.searchItems.splice(termIndex, 1);

12345