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

NAME

6       DECLARE_KFIFO - macro to declare a fifo object
7

SYNOPSIS

9       DECLARE_KFIFO(fifo, type, size);
10

ARGUMENTS

12       fifo
13           name of the declared fifo
14
15       type
16           type of the fifo elements
17
18       size
19           the number of elements in the fifo, this must be a power of 2
20
22Kernel Hackers Manual 3.10         June 2019                  DECLARE_KFIFO(9)
Impressum