/openbmc/linux/Documentation/filesystems/ |
H A D | splice.rst | 2 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 D | index.rst | 24 splice
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/ |
H A D | 0001-include-libgen.h-for-basename-API-prototype.patch | 15 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 D | 0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch | 26 fscrypt-crypt-util bulkstat_null_ocount splice-test chprojid_fail \
|
/openbmc/linux/tools/virtio/virtio-trace/ |
H A D | trace-agent-rw.c | 127 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 D | README | 6 - 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 D | ordered-data.c | 690 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 D | paste.rs | 83 tokens.splice(i + 3..i + 4, group.stream()); in expand() 90 tokens.splice(i..i + 1, group.stream()); in expand()
|
H A D | pinned_drop.rs | 38 toks.splice(idx..idx, quote!(::kernel::init::)); in pinned_drop()
|
/openbmc/linux/tools/testing/selftests/splice/ |
H A D | default_file_splice_read.c | 7 splice(0, 0, 1, 0, 1<<30, 0); in main()
|
H A D | splice_read.c | 48 spliced = splice(fd, NULL, STDOUT_FILENO, NULL, in main()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
H A D | CVE-2018-1000097.patch | 16 $ 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 D | Makefile | 5 obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | syslog-filter.js | 27 $scope.selectedSeverityList.splice(index, 1);
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 61 …;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… 195 …splice(pointer-countDelete-countInsert,countDelete+countInsert);pointer=pointer-countDelete-countI… 210 …astequality.length<=Math.max(lengthInsertions2,lengthDeletions2))){diffs.splice(equalities[equalit… 213 …splice(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… 231 …splice(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 D | jquery.treetable.js | 133 return this.children.splice(i, 1) 350 this.nodes.splice($.inArray(node, this.nodes), 1);
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | network-controller.js | 45 $scope.interface.Nameservers.splice(index, 1); 59 $scope.interface.ipv4.values.splice(index, 1);
|
H A D | snmp-controller.js | 52 $scope.managers.splice(index, 1);
|
H A D | date-time-controller.js | 163 $scope.ntp.servers.splice(index, 1);
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/ |
H A D | fuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch | 19 AC_CHECK_FUNCS([fork setxattr fdatasync splice vmsplice utimensat])
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_bpf_syscall_macro.c | 76 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 D | tls.c | 705 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 D | ibm.js | 181 operationNavigationItems.splice(2, 0, pageKeyClear);
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/ |
H A D | backported.patch | 38 - remove SPLICE_F_NONBLOCK to fix problem with slow splice() (Jan Seda)
|
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | log-controller.js | 153 $scope.searchItems.splice(termIndex, 1);
|