1GENERIC_PIPE_BUF_UNM(9)            pipes API           GENERIC_PIPE_BUF_UNM(9)
2
3
4

NAME

6       generic_pipe_buf_unmap - unmap a previously mapped pipe buffer
7

SYNOPSIS

9       void generic_pipe_buf_unmap(struct pipe_inode_info * pipe,
10                                   struct pipe_buffer * buf, void * map_data);
11

ARGUMENTS

13       pipe
14           the pipe that the buffer belongs to
15
16       buf
17           the buffer that should be unmapped
18
19       map_data
20           the data that the mapping function returned
21

DESCRIPTION

23       This function undoes the mapping that ->map provided.
24
26Kernel Hackers Manual 3.10         June 2019           GENERIC_PIPE_BUF_UNM(9)
Impressum