Scroll to navigation

PIPE_BUF_RELEASE(9) pipes API PIPE_BUF_RELEASE(9)

NAME

pipe_buf_release - put a reference to a pipe_buffer

SYNOPSIS

void pipe_buf_release(struct pipe_inode_info * pipe, struct pipe_buffer * buf);

ARGUMENTS

struct pipe_inode_info * pipe

the pipe that the buffer belongs to

struct pipe_buffer * buf

the buffer to put a reference to

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11