Scroll to navigation

DECLARE_KFIFO(9) FIFO Buffer DECLARE_KFIFO(9)

NAME

DECLARE_KFIFO - macro to declare a fifo object

SYNOPSIS

DECLARE_KFIFO(fifo, type, size);

ARGUMENTS

fifo
name of the declared fifo
type
type of the fifo elements
size
the number of elements in the fifo, this must be a power of 2

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16