1KFIFO_RESET_OUT(9) FIFO Buffer KFIFO_RESET_OUT(9)
23
4
NAME
6kfifo_reset_out - skip fifo content
7
SYNOPSIS
9kfifo_reset_out(fifo);
10
ARGUMENTS
12fifo
13address of the fifo to be used
14
NOTE
16The usage of kfifo_reset_out is safe until it will be only called from
17the reader thread and there is only one concurrent reader. Otherwise it
18is dangerous and must be handled in the same way as kfifo_reset.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 KFIFO_RESET_OUT(9)