other versions
PIPE_BUF_STEAL(9) | pipes API | PIPE_BUF_STEAL(9) |
NAME¶
pipe_buf_steal - attempt to take ownership of a pipe_bufferSYNOPSIS¶
int pipe_buf_steal(struct pipe_inode_info * pipe, struct pipe_buffer * buf);
ARGUMENTS¶
struct pipe_inode_info * pipethe pipe that the buffer belongs to
struct pipe_buffer * buf
the buffer to attempt to steal
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |