1DEFINE_KFIFO(9) FIFO Buffer DEFINE_KFIFO(9)
23
4
NAME
6DEFINE_KFIFO - macro to define and initialize a fifo
7
SYNOPSIS
9DEFINE_KFIFO(fifo, type, size);
10
ARGUMENTS
12fifo
13name of the declared fifo datatype
1415
type
16type of the fifo elements
1718
size
19the number of elements in the fifo, this must be a power of 2
20
NOTE
22the macro can be used for global and local fifo data type variables.
23
COPYRIGHT
25Kernel Hackers Manual 3.10 June 2019 DEFINE_KFIFO(9)