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

NAME

6       kfifo_reset - removes the entire fifo content
7

SYNOPSIS

9       kfifo_reset(fifo);
10

ARGUMENTS

12       fifo
13           address of the fifo to be used
14

NOTE

16       usage of kfifo_reset is dangerous. It should be only called when the
17       fifo is exclusived locked or when it is secured that no other thread is
18       accessing the fifo.
19
21Kernel Hackers Manual 3.10         June 2019                    KFIFO_RESET(9)
Impressum