Back to home page

OSCL-LXR

 
 

    


0001 ================
0002 splice and pipes
0003 ================
0004 
0005 splice API
0006 ==========
0007 
0008 splice is a method for moving blocks of data around inside the kernel,
0009 without continually transferring them between the kernel and user space.
0010 
0011 .. kernel-doc:: fs/splice.c
0012 
0013 pipes API
0014 =========
0015 
0016 Pipe interfaces are all for in-kernel (builtin image) use. They are not
0017 exported for use by modules.
0018 
0019 .. kernel-doc:: include/linux/pipe_fs_i.h
0020    :internal:
0021 
0022 .. kernel-doc:: fs/pipe.c