1DECLARE_KFIFO(9) FIFO Buffer DECLARE_KFIFO(9)
23
4
NAME
6DECLARE_KFIFO - macro to declare a fifo object
7
SYNOPSIS
9DECLARE_KFIFO(fifo, type, size);
10
ARGUMENTS
12fifo
13name of the declared fifo
1415
type
16type of the fifo elements
1718
size
19the number of elements in the fifo, this must be a power of 2
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 DECLARE_KFIFO(9)