1RELAY_ALLOC_BUF(9)          relay interface support         RELAY_ALLOC_BUF(9)
2
3
4

NAME

6       relay_alloc_buf - allocate a channel buffer
7

SYNOPSIS

9       void * relay_alloc_buf(struct rchan_buf * buf, size_t * size);
10

ARGUMENTS

12       buf
13           the buffer struct
14
15       size
16           total size of the buffer
17

DESCRIPTION

19       Returns a pointer to the resulting buffer, NULL if unsuccessful. The
20       passed in size will get page aligned, if it isn't already.
21
23Kernel Hackers Manual 3.10         June 2019                RELAY_ALLOC_BUF(9)
Impressum