brintos

brintos / linux-shallow public Read only

0
0
Text · 455 B · edd8748 Raw
23 lines · plain
1================2splice and pipes3================4 5splice API6==========7 8splice is a method for moving blocks of data around inside the kernel,9without continually transferring them between the kernel and user space.10 11.. kernel-doc:: fs/splice.c12 13pipes API14=========15 16Pipe interfaces are all for in-kernel (builtin image) use. They are not17exported for use by modules.18 19.. kernel-doc:: include/linux/pipe_fs_i.h20   :internal:21 22.. kernel-doc:: fs/pipe.c23