Function report |
Source Code:include\linux\pipe_fs_i.h |
Create Date:2022-07-28 05:52:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pipe_occupancy - Return number of slots used in the pipe*@head: The pipe ring head pointer*@tail: The pipe ring tail pointer
Proto:static inline unsigned int pipe_occupancy(unsigned int head, unsigned int tail)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | head | |
unsigned int | tail |
Name | Describe |
---|---|
sanity | |
pipe_set_size | Allocate a new array of pipe buffers and copy the info over. Returns the* pipe size if successful, or return -ERROR on error. |
pipe_to_sendpage | Send 'sd->len' bytes to socket from 'sd->file' at position 'sd->pos'* using sendpage(). Return the number of bytes sent. |
splice_direct_to_actor | splice_direct_to_actor - splices data directly between two non-pipes*@in: file to splice from*@sd: actor information on where to splice to*@actor: handles the data splicing* Description:* This is a special case helper to splice directly between two |
do_splice | Determine where to splice to/from. |
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 |