Function report |
Source Code:fs\splice.c |
Create Date:2022-07-28 20:11:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:wakeup_pipe_readers
Proto:static void wakeup_pipe_readers(struct pipe_inode_info *pipe)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct pipe_inode_info * | pipe |
167 | smp_mb() |
170 | kill_fasync( & fasync_readers, SIGIO, data input available ) |
Name | Describe |
---|---|
do_splice | Determine where to splice to/from. |
vmsplice_to_pipe | vmsplice splices a user address range into a pipe. It can be thought of* as splice-from-memory, where the regular splice is splice-from-file (or* to file). In both cases the output is a pipe, naturally. |
splice_pipe_to_pipe | |
link_pipe | Link contents of ipipe to opipe. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |