1KFIFO_RESET(9) FIFO Buffer KFIFO_RESET(9)
23
4
NAME
6kfifo_reset - removes the entire fifo content
7
SYNOPSIS
9kfifo_reset(fifo);
10
ARGUMENTS
12fifo
13address of the fifo to be used
14
NOTE
16usage of kfifo_reset is dangerous. It should be only called when the
17fifo is exclusived locked or when it is secured that no other thread is
18accessing the fifo.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 KFIFO_RESET(9)