Ai
59 Star 70 Fork 444

OpenHarmony/kernel_linux_5.10
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
splice.rst 455 Bytes
一键复制 编辑 原始数据 按行查看 历史

splice and pipes

splice API

splice is a method for moving blocks of data around inside the kernel, without continually transferring them between the kernel and user space.

.. kernel-doc:: fs/splice.c

pipes API

Pipe interfaces are all for in-kernel (builtin image) use. They are not exported for use by modules.

.. kernel-doc:: include/linux/pipe_fs_i.h
   :internal:

.. kernel-doc:: fs/pipe.c
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/kernel_linux_5.10.git
git@gitee.com:openharmony/kernel_linux_5.10.git
openharmony
kernel_linux_5.10
kernel_linux_5.10
master

搜索帮助