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

NAME

6       kfifo_reset_out - skip fifo content
7

SYNOPSIS

9       kfifo_reset_out(fifo);
10

ARGUMENTS

12       fifo
13           address of the fifo to be used
14

NOTE

16       The usage of kfifo_reset_out is safe until it will be only called from
17       the reader thread and there is only one concurrent reader. Otherwise it
18       is dangerous and must be handled in the same way as kfifo_reset.
19
21Kernel Hackers Manual 3.10         June 2019                KFIFO_RESET_OUT(9)
Impressum