other versions
KFIFO_RESET_OUT(9) | FIFO Buffer | KFIFO_RESET_OUT(9) |
NAME¶
kfifo_reset_out - skip fifo content
SYNOPSIS¶
kfifo_reset_out(fifo);
ARGUMENTS¶
fifo
address of the fifo to be used
NOTE¶
The usage of kfifo_reset_out is safe until it will be only called from the reader thread and there is only one concurrent reader. Otherwise it is dangerous and must be handled in the same way as kfifo_reset.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |