Function report |
Source Code:fs\pipe.c |
Create Date:2022-07-28 20:04:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Drop the inode semaphore and wait for a pipe event, atomically
Proto:void pipe_wait(struct pipe_inode_info *pipe)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct pipe_inode_info * | pipe |
111 | DEFINE_WAIT(wait) |
118 | pipe_unlock(pipe) |
119 | schedule() |
Name | Describe |
---|---|
wait_for_partner | |
splice_from_pipe_next | splice_from_pipe_next - wait for some data to splice from*@pipe: pipe to splice from*@sd: information about the splice operation* Description:* This function will wait for some data and return a positive* value (one) if pipe buffers are available |
wait_for_space | |
ipipe_prep | Make sure there's data to read. Wait for input if we can, otherwise* return an appropriate error. |
opipe_prep | Make sure there's writeable room. Wait for room if we can, otherwise* return an appropriate error. |
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 |