1KFIFO_GET(9)                      FIFO Buffer                     KFIFO_GET(9)
2
3
4

NAME

6       kfifo_get - gets some data from the FIFO
7

SYNOPSIS

9       unsigned int kfifo_get(struct kfifo * fifo, unsigned char * buffer,
10                              unsigned int len);
11

ARGUMENTS

13       fifo
14           the fifo to be used.
15
16       buffer
17           where the data must be copied.
18
19       len
20           the size of the destination buffer.
21

DESCRIPTION

23       This function copies at most len bytes from the FIFO into the buffer
24       and returns the number of copied bytes.
25
27Kernel Hackers Manual 2.6.         June 2019                      KFIFO_GET(9)
Impressum