other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
DECLARE_KFIFO(9) | FIFO Buffer | DECLARE_KFIFO(9) |
NAME¶
DECLARE_KFIFO - macro to declare a fifo objectSYNOPSIS¶
DECLARE_KFIFO(fifo,
type, size);
ARGUMENTS¶
fifoname 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¶
February 2017 | Kernel Hackers Manual 3.16 |