1GENERIC_PIPE_BUF_REL(9) pipes API GENERIC_PIPE_BUF_REL(9)
23
4
NAME
6generic_pipe_buf_release - put a reference to a struct pipe_buffer
7
SYNOPSIS
9void generic_pipe_buf_release(struct pipe_inode_info * pipe,
10struct pipe_buffer * buf);
11
ARGUMENTS
13pipe
14the pipe that the buffer belongs to
1516
buf
17the buffer to put a reference to
18
DESCRIPTION
20This function releases a reference to buf.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 GENERIC_PIPE_BUF_REL(9)